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";
In reply to RE: RE: RE: RE: getting hashes out of config files
by Anonymous Monk
in thread getting hashes out of config files
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |