Note that $name->$PDL::BIGPDL tries to call the method whose name is stored in $PDL::BIGPDL on the object $name, which is almost certainly not what you want; and $name = $PDL::BIGPDL = 1 will indeed set $PDL::BIGPDL to 1, but will then put that same 1 into $name, which is probably not what you want. Qualifying $BIGPDL with PDL:: already specifies the package; you don't need the help of an object to do this.
In reply to Re: How to call $PDL::BIGPDL=1?
by JadeNB
in thread How to call $PDL::BIGPDL=1?
by Blue_eyed_son
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |