in reply to Re^2: multiple "sub" packages in 1 file: possible? how?
in thread multiple "sub" packages in 1 file: possible? how?
but we can do it package-wise.*alias = *target; # so we have $alias = $target, @alias = @target # %alias = %target and so on
Assigning the symbol table hash itself doesn't help either (because it clobbers the table)You are right, shmem. I really forget how I did what I'm trying to say, but I really did. So, until I find my old code, I will consider that it can't be done, and stick with the for loop or hash slicing as shmem shown for this particular task.
Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!
|
|---|