- or download this
#!/usr/bin/perl -w
use strict;
...
print("*\n");
sleep 1;
}
- or download this
param: 4
Command line reporter
...
*
*
*
- or download this
exec '/usr/bin/perl', '-T', 'child.pl', 'number=10' or
die "Cannot execute : $!";
- or download this
Use of uninitialized value in concatenation (.) or string at child.pl
+line 10.
param:
...
parameters which was
1: number=10
Use of uninitialized value in numeric lt (<) at child.pl line 17.