Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Best practice for a module which can use one of multiple image modules

by Corion (Patriarch)
on Aug 17, 2019 at 06:27 UTC ( [id://11104600]=note: print w/replies, xml ) Need Help??

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(...);
        # ...
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11104600]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-03-28 22:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found