Help for this page

Select Code to Download


  1. or download this
    <html><head>
    <title>Random pictures</title>
    ...
    <img id="pic_id" src="loading.gif">
    <hr/>
    </body></html>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # Convert the image to PNG and print it on standard output
    print "content-type: image/gif\n\n";
    print $im->gif;