Help for this page

Select Code to Download


  1. or download this
    sub ScrewySubRoutine
    {
      print "\n\nrunning the sub\n\n";
    }
    
  2. or download this
    #!C:\Perl\bin
    
    ...
    print "\n\nbefore use\n\n";
    use ScrewyModule;
    print "\n\nafter use\n\n";