Hello All

I wonder what is best usage: using 'key' or key (no quotes).
will using 'key' means Perl creates a string, before retrieving the
hash pointer value ? or Perl parser is parsing out the ' characters

my $value = $obj->{'key'};

or

my $value = $obj->{key};

thanks
Chanan

-- 
===================
----     Chanan Berler    ----
===================
_______________________________________________
Perl mailing list
Perl@perl.org.il
http://mail.perl.org.il/mailman/listinfo/perl

Reply via email to