How can I convert connection data lines to block of schemes using Perl?
Posted
by YoDar
on Stack Overflow
See other posts from Stack Overflow
or by YoDar
Published on 2010-05-03T14:59:02Z
Indexed on
2010/05/03
21:08 UTC
Read the original article
Hit count: 149
I'm looking for a way to convert signals connections to a simple scheme or graph.
Let's say I have 2 components with 2 line/signals around them:
component A:
input - S1
output - S2
component B:
input - S2
output - S1
This will be the input data file, and the output will be a scheme that shows it as 2 blocks with connecting lines around them or a illustration graph.
I'm wondering if an implementation of that exists in Perl's world.
© Stack Overflow or respective owner