Help for this page

Select Code to Download


  1. or download this
    ##Test Module
    package Test;
    ...
        return($tme);
    }
    1;
    
  2. or download this
    #! /usr/bin/perl
    
    ...
    print "About to use Module\n";
    &Prt("This is a test in the Mod");
    print "Finished\n";
    
  3. or download this
    About to use Module
    Undefined subroutine &main::Prt called at C:\dev\Source_Perl\MiscTests
    +\mod.pl line 8.
    
  4. or download this
    &Test::Prt("This is a test in the Mod");