Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save Whateverable/5221e08e1438150903592f22abd497f8 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; sub pprintf(Str $format, *@a) is native is symbol<printf> {*}; pprintf("%x", 42);
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!
2a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment