Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created December 13, 2015 15:34
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 zoffixznet/5f563d30298552acf82e to your computer and use it in GitHub Desktop.
Save zoffixznet/5f563d30298552acf82e to your computer and use it in GitHub Desktop.
my $plug = callframe(1).file;
my $cur = $?FILE;
$cur ~~ s/'.pm6'$//;
$plug ~~ s:g/^ $cur '/' | '.pm6'$//;
$plug ~~ s/'/'/::/;
$!debug and say "[$plug] $msg";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment