in reply to Re: Uploading ms-word docs onto unix box using PERL
in thread Uploading ms-word docs onto unix box using PERL
Even with the introduction of the binmode($filename) statement , the problem persists..Please advice me....$q = CGI::new(); my $filename = $q->param('docname'); binmode($filename); if (open(OUTPUT, ">$output") || openError ()) { $Data = read( $filename, $buffer, BUFFER_SIZE ); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Uploading ms-word docs onto unix box using PERL
by davidrw (Prior) on Jul 11, 2005 at 17:38 UTC |