Help for this page

Select Code to Download


  1. or download this
    package Foo;
    use strict;
    ...
    sub method1{}
    sub method2{}
    
  2. or download this
    my $foo = Foo->retrieve(1); # for row with id 1.
    $foo->method1();