D Don J New member Sep 17, 2009 #1 Hi What are the difference for the following in perl? I know the first one is a hash but what about the second one? Is it the same? Thanks. $data_a{'name'} = "Don"; $data_a->{name} = "Don";
Hi What are the difference for the following in perl? I know the first one is a hash but what about the second one? Is it the same? Thanks. $data_a{'name'} = "Don"; $data_a->{name} = "Don";