Hello,
Use the module File::Basename.
regards,
Reinhard
Maxmelbin Neson (RBIN/EDM3) wrote:
Pattern matching problem
Hello ,
Please find the explanation of
my problem below
This is a part of a script which
should execute in both Windows and Unix ..
Based on the
Maxmelbin Neson (RBIN/EDM3) wrote:
>
> Hello ,
>
> Please find the explanation of my problem below
>
> This is a part of a script which should execute in both Windows and Unix ..
>
> Based on the OS the following variables are set
>
> If Windows $slash = "\\" and If Unix $slash = "/"
>
> Pa
Title: Pattern matching problem
Hello ,
Please find the explanation of my problem below
This is a part of a script which should execute in both Windows and Unix ..
Based on the OS the following variables are set
If Windows $slash = "\\" and If Unix $slash = "/"
Craig Cardimon wrote, on Friday, July 30, 2004 11:36 AM
: To: [EMAIL PROTECTED];
: [EMAIL PROTECTED]
: Subject: pattern matching problem
:
:
: I am searching text files for the keyword Exhibit or Form followed by a
: number, a decimal, and any number of letter or numbers within
I am searching text files for the keyword Exhibit or Form followed by a
number, a decimal, and any number of letter or numbers within
parentheses or not.
For example:
Exhibit 12
Exhibit 12.1
Exhibit 12(a)
Exhibit 12.1(a)
Exhibit 12.1(2)
Exhibit 12.1(a)(b)
Exhibit 12.1(1)(2)
Exhibit 12 (a)
Exhibi