Hey, this works, just 1 thing it doesn't do, but should.
1) this.is.a.string.to.match.with
2) this.is.another.string.to.match.with
3) this.is.a.totally.with.different.string
I've changed string 3 just to demonstrate this. What I want to be able to
do, along with what's already been said, is to do
Dan wrote:
> Hi again,
>
> Yet another question for you. I string (these are just examples):
>
> 1) this.is.a.string.to.match.with
> 2) this.is.another.string.to.match.with
> 3) this.is.a.totally.different.string
use strict;
use warnings;
my @string = qw (
this.is.a.string.to.
dan wrote:
> Hi again,
>
> Yet another question for you. I string (these are just examples):
>
> 1) this.is.a.string.to.match.with
> 2) this.is.another.string.to.match.with
> 3) this.is.a.totally.different.string
>
> Basically, what I want to be able to do, is to carry out match testing
> agains