Help for this page

Select Code to Download


  1. or download this
    package Future::HTTP;
    use strict;
    ...
            };
        };
    };
    
  2. or download this
    sub do_imagemagick {
        require Image::Magick;
    ...
        Imager->import(...);
        # ...
    }