Help for this page

Select Code to Download


  1. or download this
    package Foo;
    
    ...
    is($fb->{Foo},    1, "Foo set");
    is($fb->{Bar},    2, "Bar set");
    is($fb->{FooBar}, 3, "FooBar set");