At 11:13 AM 7/7/01 -0400, [EMAIL PROTECTED] wrote:
> > Why don't you just do print qq~
><a href="http://my.host.com/name_of_file.xxx";>Click to getfile</a>~;
>and let the browser handle the rest for you.
>
>Because in that case, files like .txt or .html would appear in the browser 
>instead of being downloaded to my harddrive. This is not very helpfull 
>(having those files displayed in the browser) when what I want to do is 
>get them on my HD from one place to an other (at work and at home)...
>
>I need to be able to save to disk...

Why don't you just do
print qq~<a href="http://my.host.com/name_of_file.xxx";>Shift-click to get 
file</a>~;
then? :-)
--
Peter Scott
Pacific Systems Design Technologies
http://www.perldebugged.com

Reply via email to