Chuck, If you have the full filename (path and all) Win32::GetFullPathName(file) returns a list, the first element being the path, the second the filename. Otherwise you could do something like $file=$line; $file=~ s/*\\//; It looks simpler than the split thing but works. Kev.
- Splitting out a filename Chuck . Hirstius
- Re: Splitting out a filename Ian D. Stewart
- RE: Splitting out a filename Joseph P. Discenza
- Re: Splitting out a filename Justin Rogers
- RE: Splitting out a filename Ewen, Ed
- RE: Splitting out a filename Chuck . Hirstius
- Re: Splitting out a filename Chuck . Hirstius
- Re: Splitting out a filename Douglas Wilson
- Kevin . ADM-Gibbs