Help for this page

Select Code to Download


  1. or download this
    sub my_method { shift->{some_parm} }
    
  2. or download this
    sub my_method { shift->{shift} }
    
  3. or download this
    sub my_method { shift->{shift()} }