> # Check for compilation > perl -c that-script.pl > # Check for running the script > perl that-script.pl > # Check for running the script with CGI parameter foo set to bar > perl that-script.pl foo=bar