Help for this page

Select Code to Download


  1. or download this
    package Local::Foo;
    use strict;
    ...
    
    
    1;
    
  2. or download this
    package Local::Exception;
    use strict;
    ...
    
    
    1;
    
  3. or download this
    use strict;
    use warnings;
    ...
    use Local::Foo;
    
    Local::Foo::foo_func();
    
  4. or download this
    $VAR1 = [
              bless( {
    ...
    
    <<<
    This is the Foo module
    
  5. or download this
    package Local::Exception;
    use strict;
    ...
    
    
    1;
    
  6. or download this
    >>>
    $VAR1 = [
    ...
    <<<
    Can't locate Local/Foo.pm in @INC (you may need to install the Local::
    +Foo module) (@INC contains: C:/Strawberry-perl-5.26.3.1-64bit/perl/ve
    +ndor/lib/Exception/Class.pm .\local C:/Strawberry-perl-5.26.3.1-64bit
    +/perl/site/lib C:/Strawberry-perl-5.26.3.1-64bit/perl/vendor/lib C:/S
    +trawberry-perl-5.26.3.1-64bit/perl/lib) at main.fatpack.pl line 59.
    BEGIN failed--compilation aborted at main.fatpack.pl line 59.