Help for this page

Select Code to Download


  1. or download this
    # File1
    
    ...
    my $Object = ObjectMaker->new();
    
    &Foo::DoSomething(foo, bar, \$Object);
    
  2. or download this
    # File 2
    
    ...
    }
    
    1;