Help for this page

Select Code to Download


  1. or download this
    sub new { 
        my ($pkg) = $_[0];
        my $this = bless { data => $_[1], }, $pkg;
        return $this;
    }