Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Image not displayed properly

by esh (Pilgrim)
on Aug 19, 2003 at 02:35 UTC ( [id://284784]=note: print w/replies, xml ) Need Help??


in reply to Image not displayed properly

If you happen to be in mod_perl, check out the send_fd() method on the Request object.

Here's sample (untested) code based on the Eagle book:

my $fh = Apache::gensym(); open $fh, "..." or die "Cannot open file: $!\n"; $r->send_fd($fh); close($fh);

-- Eric Hammond

Log In?
Username:
Password:

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

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

    No recent polls found