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
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
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