: Do I have this sequence correct? : namespace.object.method.attribute Not sure what you're asking. Objects are instances of classes, which are held in a namespace. So you can only access static methods of the class like this. And the attribute would be one on the MethodGroup object, you'd not be calling the method...
Jonathan ### for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&& (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X; /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
Comments
: namespace.object.method.attribute
Not sure what you're asking. Objects are instances of classes, which are held in a namespace. So you can only access static methods of the class like this. And the attribute would be one on the MethodGroup object, you'd not be calling the method...
Jonathan
###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");