in reply to Re^3: what is @$varname in perl
in thread what is @$varname in perl

i started just 3 days back , but i am not new to programming .just that some perl code seems cryptic .for eg this program required almost 4X lines of code in java.

however its not my choice i have to learn perl for use in my project, thanks for ur help and guidance

Replies are listed 'Best First'.
Re^5: what is @$varname in perl
by andal (Hermit) on Jul 04, 2014 at 08:06 UTC

    Well, the idea of perl is to get things done quickly (IMHO). This leads to very cryptic things at times. That is why it is important to know the language. Try to go through tutorials. Especially check section "Data Types and Variables". Good luck.