MoshiachNow
IS-IT--Management
Hi,
I have a string
$filename="File: C:\temp\perf_monitor_02280905.csv"
Trying to get the file path using regex:
$filename =~ m/File:\s+(\w:.*)/;
I'm getting the same string back.What is the catch here ?
Thanks
Long live king Moshiach !
I have a string
$filename="File: C:\temp\perf_monitor_02280905.csv"
Trying to get the file path using regex:
$filename =~ m/File:\s+(\w:.*)/;
I'm getting the same string back.What is the catch here ?
Thanks
Long live king Moshiach !