on Wed, 22 May 2002 18:25:39 GMT, James Kipp wrote: > anyone have a quick regex handy to check for full path and filename > like "\home\foo\bar\file.dat" > > usually i would work this out myself or search my books and the net, > but i am in a pinch.
You don't need a regex, you need the File::Spec module. That is, if you find time to read the docs. -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]