Help for this page

Select Code to Download


  1. or download this
    package Foo_parent;
    
    ...
    package main;
    
    my $foo = Foo_child->new;
    
  2. or download this
    Foo_child 1 2 3
    
  3. or download this
    Can't locate object method "new" via package "Bar" at ./foo.pl line 17
    +.