Help for this page

Select Code to Download


  1. or download this
    # Doggie.pm
    package Doggie;
    ...
      # ignore args
      print "hello from Doggie::new\n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    # my $objref3 = Doggie->new(Tail => 'short', Ears => 'long');
    
    __END__
    
  3. or download this
    hello from Doggie::new
    hello from Doggie::new