$VAR1 = [ bless( { 'Local/Exception.pm' => '#line 8 "main.fatpack.pl" package Local::Exception;use strict;use warnings FATAL=>\'all\';use Exporter \'import\';our@EXPORT=qw(throw_local);use Exception::Class ;1; ', 'Local/Foo.pm' => '#line 12 "main.fatpack.pl" package Local::Foo;use strict;use warnings;sub foo_func {print("This is the Foo module\\n")}1; ' }, 'FatPacked::41105272' ), '.\\local', 'C:/Strawberry-perl-5.26.3.1-64bit/perl/site/lib', 'C:/Strawberry-perl-5.26.3.1-64bit/perl/vendor/lib', 'C:/Strawberry-perl-5.26.3.1-64bit/perl/lib' ]; <<< This is the Foo module