Help for this page

Select Code to Download


  1. or download this
    #!/opt/bin/perl –w
    
    ...
    my $black = $image->colorResolve(0,0,0);
    $image->rectangle(0,0,$x,$y,$black);
    
  2. or download this
    my $cgi = new CGI;
    
    ...
             $cgi->h1('it’s a framed picture!'),
         $cgi->end_html;