in reply to
Split according to \
You're using PHP syntax. Perl uses something more like:
@file = split (/\\/,$file);
[download]
Comment on
Re: Split according to \
Download
Code
In Section
Seekers of Perl Wisdom