Help for this page

Select Code to Download


  1. or download this
    my $cmd = "LD_LIBRARY_PATH=/path/to/libs command arg1 arg2";
    system($cmd) and die "..";