Help for this page

Select Code to Download


  1. or download this
    ==== test. pl ======
    #!/usr/bin/perl
    ...
    }
    END { }
    1;
    
  2. or download this
    local* F;
    fopen(F, ">tst");
    print F "hi";
    fclose F;