We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ perl -MData::UUID -E 'my $u = Data::UUID->new; my $uuid = $u->from_string("91ae3596 95fa 11e4 ab6c 6cff01d6b4db"); say $u->to_string($uuid)' 91AE3596-955F-0A11-E4AB-B60C6CFF01D6
That output should be
91AE3596-95FA-11E4-AB6C-6CFF01D6B4DB
It seems to think the spaces are significant. :-(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
That output should be
It seems to think the spaces are significant. :-(
The text was updated successfully, but these errors were encountered: