Help for this page

Select Code to Download


  1. or download this
    $ref->method(@args)
    
  2. or download this
    Foo::Bar::method($ref, @args)
    
  3. or download this
    tie @arr, Foo::Bar, @args
    
  4. or download this
    Foo::Bar->TIEARRAY(@args)
    
  5. or download this
    $hidden_object->STORE(3,4);