Help for this page

Select Code to Download


  1. or download this
    my $HAVE_Capture_Tiny = 0;
    eval "use Capture::Tiny qw(capture)";
    ...
    } else {
       ## fallback if not have Capture::Tiny
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    } else {
        print "Module::Name = [NOT INSTALLED]\n";
    }