Skip to content

Instantly share code, notes, and snippets.

@nicomen
Created August 4, 2016 13:54
Show Gist options
  • Select an option

  • Save nicomen/974a79522410c0d9cb9d5056427dedb5 to your computer and use it in GitHub Desktop.

Select an option

Save nicomen/974a79522410c0d9cb9d5056427dedb5 to your computer and use it in GitHub Desktop.
&CORE::warn strageness?
$ perl -wlE 'say $]; &CORE::warn(1)'
5.022002
1 at -e line 1.
$ perl -wlE 'say $]; &CORE::warn(1)'
5.014002
Undefined subroutine &CORE::warn called at -e line 1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment