http://www.perlmonks.org?node_id=448955


in reply to Need help with downloading

Never tried to do this, but my instinct says it should be:
print "Content-Disposition:attachment;filename=$filenm","\n";
and not
print "Content-Disposition:attachment;filename=$filenm","\n\n";

Alberto Simões

Replies are listed 'Best First'.
Re^2: Need help with downloading
by gl2103 (Novice) on Apr 18, 2005 at 17:49 UTC
    Thanks Alberto.I tried but it still doesn't work