=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== libterm-progressbar-perl-2.22/lib/Term/ProgressBar.pm-177- open($in_fh, $input_file) or die "Couldn't open file, '$input_file': $!"; libterm-progressbar-perl-2.22/lib/Term/ProgressBar.pm:178: my $wc_output = `wc -l $input_file`; libterm-progressbar-perl-2.22/lib/Term/ProgressBar.pm-179- chomp($wc_output); ############################################## libterm-progressbar-perl-2.22/examples/stdinorfile.pl-15- open($in_fh, $input_file) or die "Couldn't open file, '$input_file', for reading: $!"; libterm-progressbar-perl-2.22/examples/stdinorfile.pl:16: my $wc_output = `wc -l $input_file`; libterm-progressbar-perl-2.22/examples/stdinorfile.pl-17- chomp($wc_output);