Help for this page

Select Code to Download


  1. or download this
    01: $| = 1;
    02: 
    ...
    08: }
    09: 
    10: print "hello, world!"->uc;
    
  2. or download this
    01: $| = 1;
    02: 
    ...
    08:     print "hello, world!"->uc;
    09:     test("hello, world!");
    10: }
    
  3. or download this
    01: $| = 1;
    02: 
    ...
    11:         print "hello, world!"->uc;
    12:     }
    13: }