RE: [Perl-unix-users] Capturing an evaluated pattern matching

2004-03-31 Thread Francis Paulin
AM To: [EMAIL PROTECTED]; Perl-Unix-Users ([EMAIL PROTECTED]) Subject: [Perl-unix-users] Capturing an evaluated pattern matching Hi, I'm trying to capture an evaluated pattern matching. The code sample looks like that: # In the real script, these two scalars received their values from

RE: [Perl-unix-users] Capturing an evaluated pattern matching

2004-03-31 Thread Matt Schneider
AIL PROTECTED]) Subject: [Perl-unix-users] Capturing an evaluated pattern matching Hi, I'm trying to capture an evaluated pattern matching. The code sample looks like that: # In the real script, these two scalars received their values from external files $stringFromFirstFile = "Test: t

[Perl-unix-users] Capturing an evaluated pattern matching

2004-03-31 Thread Francis Paulin
Hi, I'm trying to capture an evaluated pattern matching. The code sample looks like that: # In the real script, these two scalars received their values from external files $stringFromFirstFile = "Test: trying to capture this part of the string"; $stringFromSecondFile = "^Test: (.*)" # That's wh