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.
- New London PM Shirt Designs Hamlet D'Arcy
- Re: New London PM Shirt Designs Dave Hodgkinson
- Re: New London PM Shirt Designs Struan Donald
- Re: New London PM Shirt Designs Amias Channer
- Re: New London PM Shirt Designs Simon Wistow
- Re: New London PM Shirt Designs Philip Newton
- Re: New London PM Shirt Designs Robin Houston
