Help for this page

Select Code to Download


  1. or download this
    ########## test_module.pm ##########
    package test_module;
    ...
    } 
    1;
    
  2. or download this
    #!/usr/bin/perl -w 
    
    ...
    
    print "$new_var\n";