Skip to content

Instantly share code, notes, and snippets.

@colomon
Created December 14, 2011 13:41
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 colomon/1476606 to your computer and use it in GitHub Desktop.
Save colomon/1476606 to your computer and use it in GitHub Desktop.
try to open a file that exists for reading:
Unable to open filehandle from path 'frip'
in method open at src/gen/CORE.setting:5630
in method get at src/gen/CORE.setting:5649
in sub coro at src/gen/CORE.setting:4448
in method reify at src/gen/CORE.setting:4423
in method reify at src/gen/CORE.setting:4208
in method reify at src/gen/CORE.setting:4208
in method gimme at src/gen/CORE.setting:4569
in method reify at src/gen/CORE.setting:4301
in method reify at src/gen/CORE.setting:4208
in method reify at src/gen/CORE.setting:4208
in method gimme at src/gen/CORE.setting:4569
in method eager at src/gen/CORE.setting:4545
in method eager at src/gen/CORE.setting:1004
in sub eager at src/gen/CORE.setting:4830
in block <anon> at frip.pl:3
in <anon> at frip.pl:1
Try to open a file that doesn't exist:
Unable to open filehandle from path 'fripsdfgsgsdfg'
in method open at src/gen/CORE.setting:5630
in sub open at src/gen/CORE.setting:5810
in block <anon> at frip.pl:1
in <anon> at frip.pl:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment