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


in reply to Re^2: XML Parsing
in thread XML Parsing

Do you really use
'XML::Smart'->new
or
XML::Smart::->new
or
new XML::Smart::
?
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^4: XML Parsing
by Arunbear (Prior) on Jan 31, 2013 at 13:04 UTC
    I'm still using
    Foo::Bar->new
    Old habits don't go easily ;) (though I always name Modules with an initial upper case character, and functions with a lower case character, and haven't had any problems with this yet).