Help for this page

Select Code to Download


  1. or download this
    $myline = "192.168.0.1|run|C:\run.com|";
    ($ip, $appid, $apppath, $extra) = split(/|/, $myline);
    print "$apppath\n";