Insecure CGI example: print "Enter a command to execute:" my $command = ; system($command); # BAD! User enters 'rm -fR *' !!!