- or download this
#Foo/Foo.pm did not return a true value
File 'executable/perl/file'; Line 1
...
File 'executable/perl/file'; Line 1
... propagated
File 'executable/perl/file'; Line 2
- or download this
use Foo::Foo qw(declare_text);
use File::WalkTree;
...
# ... do some stuff
exit;
__END__
- or download this
package Foo:Foo;
use strict;
...
#... more stuff
1;
__END__