I can't tell if blessed or unblessed
To determine if an object has been blessed or not, use the Scalar::Util blessed function.
use strict; use Scalar::Util 'blessed'; if ( defined blessed($some_scalar) ) { # ...do something... }
In reply to Re: Can I learn more about blessed data?
by Bod
in thread Where can I learn more about blessed data?
by SergioQ
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |