Help for this page
my $output = `uptime.pl`; # or qx/ / print $output
my $exit_status = system( "uptime.pl" ); print $exit_status;