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;