Help for this page

Select Code to Download


  1. or download this
    package bar;
    
    # base class. Has a description method and an id method
    ...
    $foo = new foo;
    print "Description is ",$foo->description,"\n";
    print "Package is ",$foo->id,"\n";