Skip to content

Instantly share code, notes, and snippets.

@rublets

rublets/input.pl Secret

Created March 31, 2013 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rublets/835997359cede2299f56 to your computer and use it in GitHub Desktop.
Save rublets/835997359cede2299f56 to your computer and use it in GitHub Desktop.
BenBE's Perl Evaluation
$foo = (1 2 3); print $foo;
Number found where operator expected at 1364758317.785438.pl line 1, near "1 2"
(Missing operator before 2?)
Number found where operator expected at 1364758317.785438.pl line 1, near "2 3"
(Missing operator before 3?)
syntax error at 1364758317.785438.pl line 1, near "1 2"
Execution of 1364758317.785438.pl aborted due to compilation errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment