Help for this page
my $detail = ""; $detail = join("", $detail, "perl LGE.pl " ); ... $detail = join("", $detail, "--start"); my $command = qx($detail);
my $detail = ""; $detail = join("", $detail, "/usr/bin/perl LGE.pl " ); ... my $command = qx($detail);