Help for this page

Select Code to Download


  1. or download this
    sub new 
      {
    ...
      $class->import() if $IMPORT == 0;        # make require work
      
      my $self = bless {}, $class;
    
  2. or download this
    my $y = {ref $x}->new();