Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    my $c = Class->new("arg");
    print ref($c)."\n";
    
  2. or download this
    
    # ./My/Package/Class.pm
    ...
            return(bless($self,$class));
    }
    1;