Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl    
    
    ...
    
    my $foo = Foo->new( { foo => 1, bar => 2, baz => 3 } );
    $foo->show_properties;