===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1032-    $cmd .= " -" if ($self->{terminal} =~ /^(ggi|pm|windows|wxt|x11)(\s|$)/);
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm:1033:    my $err = `$cmd 2>&1`;
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1034-#    my $err;
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm:1035:#    system("$cmd");
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1036-
##############################################
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1503-    $gnuplot = $self->{gnuplot} if (defined $self->{gnuplot});
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm:1504:    system("$gnuplot $pltTmp");
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1505-
##############################################
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1603-        my $cmd = qq("$convert" $temp $temp.$imgfmt 2>&1);
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm:1604:        my $err = `$cmd`;
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1605-        if (defined $err && $err ne '')
##############################################
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1618-        my $cmd = qq("$convert" -rotate 90 $temp $temp.$imgfmt 2>&1);
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm:1619:        my $err = `$cmd`;
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-1620-        if (defined $err && $err ne '')
##############################################
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-2763-    # Call gnuplot
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm:2764:    system("gnuplot $script >& /dev/null");
libchart-gnuplot-perl-0.23/lib/Chart/Gnuplot.pm-2765-