Help for this page

Select Code to Download


  1. or download this
    bless(\sub {}, 'Foo')->hello('test5');
    
  2. or download this
    'Foo'->hello()
    
  3. or download this
    bless(sub {}, 'Foo')->hello()