Help for this page

Select Code to Download


  1. or download this
      package C;
      our @ISA = qw/ A /;
    ...
        # now I'll do a bit
        ...
      }
    
  2. or download this
      sub 123 {
        my $self = shift;
    ...
        # do more stuff
        return wantarray ? @array : $scalar;
      }