Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created February 5, 2014 18:22
Show Gist options
  • Select an option

  • Save ingydotnet/8829950 to your computer and use it in GitHub Desktop.

Select an option

Save ingydotnet/8829950 to your computer and use it in GitHub Desktop.
From B.pm
sub B::IV::int_value {
my ($self) = @_;
return (($self->FLAGS() & SVf_IVisUV()) ? $self->UVX : $self->IV);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment