Help for this page

Select Code to Download


  1. or download this
    package A;
    my $obj = undef;
    ...
        }
        return $obj;
    }
    
  2. or download this
    use A;
    my $obj = new A();