Help for this page

Select Code to Download


  1. or download this
    #caller
    #!/usr/bin/perl
    ...
    #system ("./test");
    
    print "done\n";
    
  2. or download this
    #test
    #!/usr/bin/perl
    print "test\n";
    exit;