Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Error reading image from perl cgi script into HTML

by Anonymous Monk
on Oct 13, 2002 at 23:02 UTC ( [id://204947]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <HTML>
    <head>
    ...
    <IMG SRC = "mycounter.cgi">
    </BODY>
    </HTML>
    
  2. or download this
    #!C:\Progra~1\Perl\bin\perl
    use CGI;
    ...
    print
    $co->header(-type=>'image/jpeg'),
    $imagedata;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-19 11:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found