Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    use MyClass;
    
    my $obj = MyClass->new();
    
  2. or download this
    package MyClass;
    use strict;
    ...
        print "demolishing...\n";
    }
    1;