Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    exec '/usr/bin/perl', '-T', 'child.pl', 'number=4' or die "Cannot exec
    +ute : $!";
    
    print end_html;
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    ...
    1: number=4
    *
    *
    
  3. or download this
    Traceroute Results
    param: Command line reporter Called with 1 parameters which was 1: num
    ber=4 * *
    
  4. or download this
    Traceroute Results
    Use of uninitialized value in concatenation (.) or string at child.pl 
    +line 10. param: Command line reporter Called with 1 parameters which 
    +was 1: number=4 * *
    
  5. or download this
    
    #!/usr/bin/perl -w
    ...
     }
     
     exit 0;