X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcounts;fp=bugcounts;h=cf8809630e0fc77fa3bb4a31ae34bf297a90a58f;hp=6d93fa8b21193707997095a5d39bd126a659a92c;hb=e23f39acb49098e01f20a8e6fdc9f68d296b45ed;hpb=2eb9a472e6480397fdaf64d005dfcc555be32d85 diff --git a/bugcounts b/bugcounts index 6d93fa8..cf88096 100755 --- a/bugcounts +++ b/bugcounts @@ -31,7 +31,7 @@ EOF exit 0; } -my ($opt_h,$opt_V,$opt_S,$opt_C); +our ($opt_h,$opt_V,$opt_S,$opt_C); getopts('VhS:C:'); ShowUsage if ($opt_h);