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 is the syntax used in Perl grep function?
Explain returning values from subroutines?
What is 'commit' command in perl?
What is the difference between die and exit in perl?
how to connect cisco switch uisng perl script
How can arrays be tied?
How to read a directory in perl?
Which functions in Perl allows you to include a module file or a module and what is the difference between them?
What are hashes?
Comment on array slicing and range operator
How do I replace every character in a file with a comma?
What exactly is grooving and shortening of the array?
How to concatenate strings in perl?
How can the user execute a long command repeatedly without typing it again and again?
What does next statement do in perl?