Help for this page

Select Code to Download


  1. or download this
    package Base;
    
    ...
    # use'd directly from within this package:
    sub some_method { my $self = shift; carp "died" }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # how about:
    my $fubar = Thing->new();  # ???