Help for this page

Select Code to Download


  1. or download this
    ## let's say bar is a method in foo
    sub bar
    ...
    
    my $result= $foo->bar( @args )
      or warn $foo->Error();
    
  2. or download this
    .