Help for this page

Select Code to Download


  1. or download this
    package Simple;
    use vars qw ($AUTOLOAD);
    ...
    }
    
    1;
    
  2. or download this
    package Simple::Child;
    
    ...
    }
    
    1;
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    print $thingy->get_foo . "\n" . $thingy->get_version . "\n";
    
    $thingy->yip();