>Thanks for answering my zip problem question relating to embperl - one
question thou - what was the difference >between your code and mine?
Your contains newlines outside the [-/+/$ $/+/-] blocks, which will be pass
to the browser before the binary output, mine avoids these newlines by
putting them inside the block.
Gerald
P.S. Please keep the subject, it's easier to follow and makes a correct
thread in the mailing list archives
-----------------------
Yours:
[- use MYLIB; use CGI qw/:standard :html3 escape/;
-][$ var $status $msg $file_hdl $filestate $version $offset $buffer
$save_name $save_rp $save_type $name $filename
$][-
$escmode =0;
($save_name, $save_rp,$save_type) = split /:/, $fdat{'filelist'};
Mine
[- use MYLIB; use CGI qw/:standard :html3 escape/;-]
[$ var $status $msg $file_hdl $filestate $version $offset $buffer
$save_name $save_rp $save_type $name $filename
$]
[-
$escmode =0;
($save_name, $save_rp,$save_type) = split /:/, $fdat{'filelist'};
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]