http://www.perlmonks.org?node_id=1072249

szabgab has asked for the wisdom of the Perl Monks concerning the following question:

I wanted to write an article about dualvars and list all the existing dualvars in Perl. I know only about $! but Scalar::Util claims that even that is not dualvar.
say isdual $!
prints 1 so I doc of Scalar::Util incorrect.

Are there other dualvars in perl core? Do you know any dualvars in CPAN modules?