Help for this page

Select Code to Download


  1. or download this
    package TestSequence;
    sub define { # set value anywhere in motley hash and
    ...
        $self = {};
        return bless $self;
    }
    
  2. or download this
    my $sq = TestSequence -> new();
    $sq -> define( 'BB', undef() );
    ...
    }
    # do something useful with $sq, then later...
    $sq -> prune( 'BB' );