On Mon, Mar 13, 2006 at 11:03:22PM -0500, Lou Hernsen wrote:
> I would like to offer my guest a way to download fonts and art
> from my web site... I use perl / cgi's to create my HTML web pages.
> What is the CGI code that creates the link to allow people to do this?

...
print q(Download <a href="myfile.zip">my artwork</a>);
...

Or, if you really want to use FTP:

...
print q(Download <a href="ftp://example.com/myfile.zip";>my artwork</a>);
...


-- 
David Dorward                                      http://dorward.me.uk


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to