What do the symbols $ @ and % mean when prefixing a
variable?
Answer Posted / bhavani
$ indicate scalar data type
@ indicates an array and
% indicates an hash or an associative array.
Is This Answer Correct ? | 37 Yes | 0 No |
Post New Answer View All Answers
How to determine strings length in perl?
What are the arguements we normally use for perl interpreter?
What syntax is used for grep() function?
You want to connect to sql server through perl. How would you do that?
Give an example of the -i and 0s option usage.
How do I print the entire contents of an array with Perl?
Explain the meaning of closure in perl.
Which has highest precedence in between list and terms? Explain?
What is the difference between localtime() and gmtime() functions?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
Enlist the advantages of using c over perl?
What are perl strings?
Explain a tell function in perl?
What rules must be followed by modules in perl.
How to convert arrays into a string in perl?