perl -c -e 'BEGIN { print "started with -c\n" if somthing }' perl -e 'BEGIN { print "started with -c\n" if somthing }' [download]
In reply to find out, if perl is started with the -c switch by borisz