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
What does read () command do?
What $! In perl?
What is a perl references?
Why is it hard to call this function: sub y { "because" } ?
Define operators used in perl?
How do you you check the return code of a command in perl?
Explain lists ?
How can information be put into hashes?
How many types of primary data structures in Perl and what do they mean?
Explain grooving and shortening of arrays?
Which functions in perl allows you to include a module file.
Comment on array slicing and range operator
Why should I use the -w argument with my Perl programs?
Explain split function in perl?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.