Help for this page

Select Code to Download


  1. or download this
    #! c:\perl\bin\perl
    
    print "Hello World!";
    
  2. or download this
    test2.pl
    ---------<br>
    ...
    
    open(STDOUT, ">output"); # from perlfaq8
    system("test1.pl");
    
  3. or download this
    Z:\test> test2.pl
    Option 1:
    ...
    Z:\test> type output
    
    Z:\test>