Help for this page

Select Code to Download


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