Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
But it doesnt seem to be working. Can you help me run that line from a script instead of a command line. Thank you$echo=`alarm() { /bin/perl -e "alarm shift; exec @ARGV " '$@'; } ;ala +rm 4 " while [ 1 ]; do echo ' ' ;done "`; print "$echo";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: one liner in script
by choroba (Cardinal) on Apr 12, 2010 at 14:08 UTC | |
by Anonymous Monk on Apr 12, 2010 at 14:20 UTC | |
by choroba (Cardinal) on Apr 12, 2010 at 15:41 UTC | |
by Anonymous Monk on Apr 12, 2010 at 16:56 UTC |