Help for this page

Select Code to Download


  1. or download this
    use Tie::Array;
    
    use parent qw(Tie::StdArray);
    
  2. or download this
    use parent qw(Tie::StdArray);
    
  3. or download this
    use vars qw(@ISA);
    @ISA = qw (Tie::StdArray);  ## no critic (ProhibitExplicitISA)