- or download this
D:\Temp\file.ext.bak
E:\Code\junk.stuff.ext
- or download this
# not all of these are valid urls
# nor do I want all of them to match
...
http:///.ext
);
- or download this
foreach (@url) {
if (my @parts=m!^http:// #must begin http://
...
}
} #lets try the next URL and see if we do better....
# :)