Help for this page
my $cmd = `ps -o args $$ | grep CJ.pl`; my @cmd = split(/\s/,$cmd); ... } print "$cmdline\n";