Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    Frobnicate::Bar::sayWhat ();
    Frobnicate::Foo::sayWhat ();
    Frobnicate::sayWhat ();
    
  3. or download this
    I'm a Frobnicate::Bar method
    I'm a Frobnicate::Foo method
    ...
    I'm a Frobnicate::Bar function
    I'm a Frobnicate::Foo function
    I'm a Frobnicate function