Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            print("*\n");
            sleep 1;
    }
    
  2. or download this
    param: 4
    Command line reporter
    ...
    *
    *
    *
    
  3. or download this
    exec '/usr/bin/perl', '-T', 'child.pl', 'number=10' or
     die "Cannot execute : $!";
    
  4. 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.