Skip to content

Instantly share code, notes, and snippets.

@leedo
Created December 22, 2011 20:23
Show Gist options
  • Save leedo/1511717 to your computer and use it in GitHub Desktop.
Save leedo/1511717 to your computer and use it in GitHub Desktop.
use v5.14;
use overload;
sub BEGIN {
overload::constant integer => sub {(shift) * rand};
}
say 4;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment