in reply to RE: RE: RE: getting hashes out of config files
in thread getting hashes out of config files
thanks againdo('filename'); %hashname = %$VAR1; print "$hashname{name} \n\n"; ###the above works fine ###the code below only prints the \n's $filename = "filename"; do($filename); %hashname = %$VAR1; print "$hashname{name} \n\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: RE: RE: getting hashes out of config files
by Fastolfe (Vicar) on Oct 25, 2000 at 22:47 UTC |