in reply to running perl scripts from other perl scripts.
Read How can I capture STDERR from an external command?. HTH.
perl -e 'print "How sweet does a rose smell? "; chomp ($n = <STDIN>); +$rose = "smells sweet to degree $n"; *other_name = *rose; print "$oth +er_name\n"'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: running perl scripts from other perl scripts.
by tye (Sage) on Sep 14, 2001 at 00:58 UTC |