Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      <img src="script2.cgi?size=20">
    </body>
    EOT
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $blue=$gd->colorAllocate(0,0,255);
    $gd->fill(0,0,$blue);
    print $gd->gif;
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      <img src="$img">
    </body>
    EOT