Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    do('script2');
    
    print "Back in script1\n";
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "\t- arg1: $arg1\n";
    print "\t- arg2: $arg2\n";
    print "\tscript2 ends\n";