Dirk Bremer wrote:
> 
> I want to build a regular expression that will separate a filename string into the 
>root name, filename, and extension name, placing
> the results in $1, $2, $3. 
[remainder snipped]

Why not just use File::Basename? It does just what you want, if I read
your question correctly.

Cameron

-- 
Cameron Dorey
Associate Professor of Chemistry
University of Central Arkansas
Phone: 501-450-5938
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to