Help for this page

Select Code to Download


  1. or download this
    perl -c -e 'BEGIN { print "started with -c\n" if $^C }'
    perl -e 'BEGIN { print "started with -c\n" if $^C }'