Acme-Shotgun
view release on metacpan or search on metacpan
#!/usr/bin/env perl
# shotgun.pl - Shoots holes in files (CLI wrapper for Acme::Shotgun)
# Written by John R., Nov. 2023 â refactored to use Acme::Shotgun
use strict;
use warnings;
use Getopt::Long;
use lib "./lib";
use Acme::Shotgun;
sub usage {
my $err_msg = shift;
print "$err_msg\n" if $err_msg;
print <<~EOF;
Name:
shotgun.pl - Shoots holes in files
Usage:
( run in 0.574 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )