Simon Wistow wrote:
> Struan Donald wrote:
> 
> > couldn't all this sort of thing be summed up as:
> > 
> > my ($meme,$buzzword) = @ARGV;
> > $meme =~ s/$buzzword/perl/g;
> > print $meme;
> 
> or even
> 
> any(@memes) +~ /any(@buzzword)/perl/g;
> print any(@memes);

In this specific case,

    push @us, all(@base);

or something like that.

Cheers,
Philip
-- 
Philip Newton <[EMAIL PROTECTED]>
All opinions are my own, not my employer's.
If you're not part of the solution, you're part of the precipitate.

Reply via email to