Help for this page

Select Code to Download


  1. or download this
    $object->method( 1, 2, 3 );
    
  2. or download this
    my $codref = \&$object->method;
    
  3. or download this
    $coderef->( 1, 2, 3 );