Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
$success = system("p1");
if ($success == '-1') { print "program didn't run, $!\n"; }
$success = system("p2");
if ($success == '-1') { print "program didn't run, $!\n"; }
$success = system("p3");
if ($success == '-1') { print "program didn't run, $!\n"; }
$success = system("p4");
if ($success == '-1') { print "program didn't run, $!\n"; }