Help for this page

Select Code to Download


  1. or download this
    use strict;
    package DB;
    ...
    sub DB{ return; }
    
    1;
    
  2. or download this
    perl -d:SubCheck yourscript.
    
  3. or download this
    D:\Perl\test>perl58 -d:SubCheck HorL.pl8
    AutoLoader::AUTOLOAD => d:/Perl/lib/AutoLoader.pm:22-116
    ...
    Done at d:/Perl/lib/Devel/SubCheck.pm line 4.
    CHECK failed--call queue aborted.