Help for this page

Select Code to Download


  1. or download this
       #!/usr/bin/perl -w
    
       require "./global_stuff.pm";
    
       global_stuff::print_global_variable();
    
  2. or download this
       package global_stuff;
    
    ...
       }
    
       return 1;