- or download this
use strict;
use warnings;
...
__END__
From Foo=ARRAY(0x816cc20): Howdy!
- or download this
use strict;
use warnings;
...
__END__
From Foo=ARRAY(0x816cc20): Howdy!
Calling this method from external code is STRONGLY deprecated
- or download this
{ package Foo; $foo->restricted( 'Hey wassup!' ); }
__END__
From Foo=ARRAY(0x816cc20): Howdy!
From Foo=ARRAY(0x816cc20): Hey wassup!
- or download this
use strict;
...
}
1;
- or download this
use strict;
use warnings;
...
__END__
From Foo=ARRAY(0x816cc20): Howdy!
DON'T YOU BE CALLIN' THIS HERE METHOD, DANG IT!!!