There's more than one way to do things | |
PerlMonks |
Re: Activeperl 5.6 fork() doesn't friggin workby premchai21 (Curate) |
on Apr 18, 2002 at 00:34 UTC ( [id://160059]=note: print w/replies, xml ) | Need Help?? |
Are you sure you need fork for this? Why not just do something like:
Also note that
can be shortened to
or, better IMHO,
both of which eliminate the unnecessary variable.
In Section
Seekers of Perl Wisdom
|
|