Help for this page

Select Code to Download


  1. or download this
    mkdir /tmp/myscript_cover 
    perl -MDevel::Cover=-db,/tmp/myscript_cover,-select,. /tmp/myscript.pl
    
  2. or download this
    use strict;
    use File::Path;
    mkpath '/tmp/asdasd';
    use Image::Magick;
    my $IMG_BLANK = Image::Magick->new();