Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: representing a tree graphically...

by merlyn (Sage)
on Jan 09, 2002 at 21:40 UTC ( [id://137504]=note: print w/replies, xml ) Need Help??


in reply to Re: representing a tree graphically...
in thread representing a tree graphically...

cat try.txt | perl -lane '$F[2] =~ s/:000//g; $F[2] =~ s/:/ -> /g; $F[ +2] .= ";"; print $F[2] if $F[2] =~ /->/' >> try.dot
If that had been posted to comp.unix.questions, I'd have given it a Useless Use of Cat Award.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: Re: Re: representing a tree graphically...
by clemburg (Curate) on Jan 11, 2002 at 23:01 UTC

    I stand corrected.

    Christian Lemburg
    Brainbench MVP for Perl
    http://www.brainbench.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://137504]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found