Hello Guys,
I was reading some refernce about CGI with Perl programming and I found in one of the programes the following statment
Code:
$remote_host = $ENV{'REMOTE_HOST'};
Can anyone tell me what does this syntax mean?, what exactly the brace brakets mean?
I am still new in Perl programming, but I have not seen such syntax before?
I would be thankful if you tell me where can I read about such syntax.
Thanks for the help
Bassam