Skip to content

Instantly share code, notes, and snippets.

@wjessop
Created May 27, 2011 15:45
Show Gist options
  • Save wjessop/995521 to your computer and use it in GitHub Desktop.
Save wjessop/995521 to your computer and use it in GitHub Desktop.
octobrain:~ will$ perl -e'use strict; print "foo\n" if false'
Bareword "false" not allowed while "strict subs" in use at -e line 1.
Execution of -e aborted due to compilation errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment