in reply to Re: Config::Config{osname} and Config{osname}
in thread Config::Config{osname} and Config{osname}
This "exporting" is a copy. Copies take memory.
Actually, it only copies a reference, not a lot of memory
perl -MConfig -le " print \%Config::Config; print \%Config; " HASH(0x99abe4) HASH(0x99abe4)
|
|---|