Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 11, 2026 20:23
Show Gist options
  • Select an option

  • Save Whateverable/b3b1d4a10b677b0d9083e8c9fd46fc17 to your computer and use it in GitHub Desktop.

Select an option

Save Whateverable/b3b1d4a10b677b0d9083e8c9fd46fc17 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; sub printf(Str $format, *@a) is native is symbol<printf> {*}; pprintf("%x", 42);
(exit code 1)
===SORRY!=== Error while compiling /tmp/AihLFvRKnc
Undeclared routine:
pprintf used at line 1. Did you mean 'sprintf', 'printf', 'print'?
Saw 1 occurrence of deprecated code.
================================================================================
The PERL6LIB environment variable being set, support will be removed with v6.e.
Please use RAKULIB instead.
--------------------------------------------------------------------------------
Please contact the author to have these occurrences of deprecated code
adapted, so that this message will disappear!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment