Help for this page

Select Code to Download


  1. or download this
    my $detail = "";
        $detail = join("", $detail, "perl LGE.pl " );
    ...
        $detail = join("", $detail, "--start");
    
        my $command = qx($detail);
    
  2. or download this
    my $detail = "";
        $detail = join("", $detail, "/usr/bin/perl LGE.pl " );
    ...
    
        my $command = qx($detail);