Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl
    use strict;
    ...
    
    # I do know that the following statement will not produce the desired 
    +result.
    system ("perl launch_child.pl");
    
  2. or download this
    print "$v1\n";
    print "$v2\n";