Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created December 1, 2017 17:29
Show Gist options
  • Save Whateverable/b7dfe5f33145417c29b42a3ab0b26450 to your computer and use it in GitHub Desktop.
Save Whateverable/b7dfe5f33145417c29b42a3ab0b26450 to your computer and use it in GitHub Desktop.
committable6
c8ec2999bee^,c8ec2999bee my $a = 0.99999999999999999999; my $b = $a.perl.EVAL; say $a.WHICH; say $b.WHICH
¦«c8ec2999bee^»:
Method 'A' not found for invocant of class 'Int'
in block <unit> at EVAL_0:1
in block <unit> at /tmp/ALgW1AVhe_:1
«exit code = 1»
¦«c8ec299»:
Rat|99999999999999999999/100000000000000000000
Rat|99999999999999999999/100000000000000000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment