Help for this page

Select Code to Download


  1. or download this
    Warning: prerequisite Scalar::Util failed to load: Can't locate Scalar
    +/Util.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .) at (
    +eval 46) line 3.
    Warning: prerequisite Test::Harness 1.38 not found at D:/Perl/lib/ExtU
    +tils/MakeMaker.pm line 343.
    
  2. or download this
    perl -MCPAN -e "shell"
    cpan> install Scalar::Util
    
  3. or download this
    D:\Perl\myscripts>\perl\bin\perl.exe -MCPAN -e "shell"
    
    cpan shell -- CPAN exploration and modules installation (v1.59_54)
    ...
    
    cpan> q
    Lockfile removed.
    
  4. or download this
    D:\Perl\myscripts>\perl\bin\perl.exe checke~1.pl
    Can't locate Scalar/Util.pm in @INC (@INC contains: D:/Perl/lib D:/Per
    +l/site/lib
     .) at D:/Perl/site/lib/Mail/Reporter.pm line 9.
    ...
    BEGIN failed--compilation aborted at D:/Perl/site/lib/Mail/Box.pm line
    + 8.
    Compilation failed in require at checke~1.pl line 5.
    BEGIN failed--compilation aborted at checke~1.pl line 5.
    
  5. or download this
    # msg - "...propagated at D:/Perl/lib/base.pm line 62."
    
    die if $@ && $@ !~ /^Can't locate .*? at \(eval /;
    ...
    # msg - "compilation aborted at D:/Perl/site/lib/Mail/Box.pm line 8."
    
    use base 'Mail::Reporter';