object usage example
#!/PERL/PUB/perl
use Foo; # refers to Foo.pm file
$it = new Foo(); # create a new object
$it->put('hello world'); # use the put method
printf "The value is %s\n",$it->get(); # use the get method
Previous slide
Next slide
Back to first slide
View graphic version