Help for this page

Select Code to Download


  1. or download this
    use Image::Magick;  # I actually use a wrapper here to set the env.  
    my $status;
    ...
    warn $status if ($status);
    $status = $image->Write('html:../../htdocs/background.html');
    warn $status if ($status);
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
                ),
          end_form(),
          end_html();