Re: Pattern matching problem

2005-11-04 Thread Reinhard Pagitsch
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

Re: Pattern matching problem

2005-11-04 Thread $Bill Luebkert
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

Pattern matching problem

2005-11-03 Thread Maxmelbin Neson (RBIN/EDM3)
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 = "/"

RE: pattern matching problem

2004-07-30 Thread Joseph Discenza
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

pattern matching problem

2004-07-30 Thread Craig Cardimon
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