Help for this page

Select Code to Download


  1. or download this
    __PACKAGE__->hello('text1');
    Foo->hello('text1');
    
  2. or download this
    hello(__PACKAGE__, 'text1');
    hello('Foo', 'text1');