I am trying to load a large piddle, and have found online that it will work if I set $PDL::BIGPDL=1.
But just writing $PDL::BIGPDL=1 in the file doesn't do it, writing $name->$PDL::BIGPDL=1; doesn't do it. Neither does $name=$PDL::BIGPDL=1; Has anyone loaded a pdl>1Gb with success?