Kumar, Praveen (cahoot) wrote:
print "You are $list{$0}\n";

print "You are " . $list[0] . "\n";


Why -
  {$0} = hash
  [0] = array

-Sx-

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to