Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Kage's scratchpad

by Kage (Scribe)
on Jun 04, 2004 at 18:06 UTC ( [id://361066]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      send(SOCK,$text,0);
      return;
    }
    
  2. or download this
    sub downhex {
     # Coded by: Kage (Kage@DBXML.com) http://ss.dbmxl.com
    ...
     }
     return uc($hexvalue);
    }
    
  3. or download this
     $useflock = 1;
     open(IMG, "<image.gif") || die($!);
     binmode(IMG);
    ...
     close(IMG);
     print "Content-type: image/gif\n\n";
     print $image;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found