Help for this page

Select Code to Download


  1. or download this
    my $obj = tie my @array, 'My::Class';
    $obj->some_method;
    
  2. or download this
    (tied @array)->some_method();