Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created May 11, 2026 21:29
Show Gist options
  • Select an option

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

Select an option

Save Whateverable/1468520784f192ab793d9fd9c76df532 to your computer and use it in GitHub Desktop.
evalable6
use NativeCall; sub zprintf(str $format, *@a) is native is symbol<printf> {*}; zprintf("%x",42) # whee
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