Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict; #ALWAYS!!!!
    ...
    print "Content-type: image/png\n\n";
    print $myimage;
    exit;
    
  2. or download this
    <img src="your/script/here.cgi?key=value(if needed)">
    
  3. or download this
    <img src=$myimage>