Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Compressing Data On The Fly

by awohld (Hermit)
on May 15, 2005 at 04:31 UTC ( [id://457159]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
     }
    
    close UPLOADFILE;
    
  2. or download this
    my $upload_filehandle = $query->upload("filename");
    
    ...
     {
       print UPLOADFILE;
     }
    
  3. or download this
    my $upload_filehandle = $query->upload("filename");
    
    open UPLOADFILE, ">$upload_dir/$uldate";
    ...
    
       print UPLOADFILE;
     }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://457159]
Approved by BrowserUk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-04-24 22:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found