Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->hello('test1');
    Foo->hello('test2');
    hello(__PACKAGE__, 'text3');
    hello('Foo', 'text4');
    
  2. or download this
    Foo->new()->hello('test5');