Hello Perl Gurus, I'm trying to print anyone of these values using the => notation. I believe I can use => but not so sure how to use it. Can someone give me an example,...I tried different ways but have exhausted all means. Any hints....:)
Many Thanks!
%Unix= ("SHELL" => "/bin/csh",
"PAGER" => "more",
"DB" => "mysql");
print "Value: ,=> $unix{SHELL}\n";
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
