Re: Using match variable

2008-08-19 Thread Orson
On Aug 19, 3:27 am, [EMAIL PROTECTED] (Dr.Ruud) wrote: > Orson schreef: > > > what I need is construct a reg ex pattern and store > > in variable. I need to concatenate this from many other variables. > > Then I must use this variable to do a match. Someth

Using match variable

2008-08-18 Thread Orson
I need to change perl script, but I am new to perl. Script is too long to copy here, but what I need is construct a reg ex pattern and store in variable. I need to concatenate this from many other variables. Then I must use this variable to do a match. Something like this: while (<>) { chomp; my $p