in reply to Re:x2 Random Sequence generation and Filtering
in thread Random Sequence generation and Filtering

At the time of posting, I didn't see aany of the lines below. Who knows, maybe the author was updating the node at the time. (the remark was genuine)
10: package RandomSequence; 11: require Exporter; 12: @RandomSequence::ISA = 'Exporter'; 13: @RandomSequence::EXPORT_OK = qw(randomSequenceGenerator filterGe +nerator); 14: %RandomSequence::EXPORT_TAGS = ( 15: 'ALL' => [ qw(randomSequenceGenerator filterGenerator) ] 16: );

Hmm, what's going on here?
Random Sequence generation and Filteringby bikeNomad on Jul 19, 2001 at 01:43
Re: Random Sequence generation and Filteringby Anonymous Monk on Jul 19, 2001 at 12:22

Replies are listed 'Best First'.
Re: Re: Re: Re: Random Sequence generation and Filtering
by bikeNomad (Priest) on Jul 19, 2001 at 23:46 UTC
    Ah, I saw the comment and added the Exporter stuff. Sorry to confuse anyone.