in reply to Re^2: RFC: Perl Second-Best Practices
in thread RFC: Perl Second-Best Practices

Not if $class contains "::" (at least not on the last version of Perl I tried it on).

[ Though, I suppose you could throw Data::Diver into the mix to solve that problem and get a much more complicated solution that meets some irrational fear of ever disabling 'strict' :) ]

- tye        

  • Comment on Re^3: RFC: Perl Second-Best Practices ($main::{"a::b::"})