Help for this page

Select Code to Download


  1. or download this
    # MainGuard.pm                                              28feb17waw
    
    ...
        }
    
    1;
    
  2. or download this
    use warnings;
    use strict;
    ...
    print "in package ", __PACKAGE__, " before exit. \n";
    
    exit(0);
    
  3. or download this
    c:\@Work\Perl\monks\R0b0t1>perl execution_of_used_module_1.pl Command 
    +Line Args
    in function MainGuard::main()
    ...
    AAAAAAAArrrrrgh... at MainGuard.pm line 20.
    Compilation failed in require at execution_of_used_module_1.pl line 86
    +.
    BEGIN failed--compilation aborted at execution_of_used_module_1.pl lin
    +e 86.