Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    require "tmpinc\\foo.pl";
    require "tmpinc\\bar.pl";
    
  2. or download this
    #!/usr/bin/perl
    
    print "in foo.pl\n";
    
  3. or download this
    #!/usr/bin/perl
    
    print "in bar.pl\n";
    
  4. or download this
    c:\pp -o pptest.exe -x -c pptest.pl
    
  5. or download this
    C:\>pptest.exe
    in foo.pl
    in bar.pl