Skip to content

Instantly share code, notes, and snippets.

@oalders
Created January 8, 2015 20:58
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 oalders/a1c8d0456226af69d9aa to your computer and use it in GitHub Desktop.
Save oalders/a1c8d0456226af69d9aa to your computer and use it in GitHub Desktop.
use strict;
use warnings;
use DateTime;
use Scalar::Util ();
BEGIN { *su_reftype = *Scalar::Util::reftype; }
print su_reftype( DateTime->now );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment