Help for this page

Select Code to Download


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