Help for this page

Select Code to Download


  1. or download this
    sub loadmod(@){
       shift if(ref($_[0]));
       $@ = 0;
    ...
          croak("Unable to locate $_\n\@INC includes: ".join(", ", @INC)) 
    +if($@);
       }
    }
    
  2. or download this
    Unable to locate RPG::Item::Weapon::Spear @INC includes: E:/Perl/lib, 
    +E:/Perl/site/lib, . at test1.pl line 5