Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Creating dynamically named CGIs

by ryan (Pilgrim)
on Feb 13, 2002 at 07:16 UTC ( [id://145104]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub do_download {
            my $self = shift;
    ...
            close(READ);
            return "@fcontent";
    }
    
  2. or download this
    Content-Disposition: attachment; filename="blahblah2123.zip"
    content-length: 139124
    Content-Type: application/octet-stream
    
    PK {rest of zip file}
    
  3. or download this
    my $filecat = `cat /blah/blah/whatever`;
    return $filecat;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (8)
As of 2024-04-23 08:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found