- or download this
#!/usr/bin/perl -w
...
# either of these hang
my $junk = eof($OUT);
#while (<$OUT>){};
- or download this
#!/usr/bin/perl -w
use strict;
warn "x" x shift(@ARGV) . "\n";
- or download this
[msouth@jinx GUI-APP bin]$ ./runner.pl ./user.pl 4095
- or download this
[msouth@jinx GUI-APP bin]$ ./runner.pl ./user.pl 4096