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 will you open a file in read-only mode in perl?
How can I display all array element in which each element will display on next line in perl ?
What are arrays in perl?
Explain perl one-liner?
“Perl regular expressions match the longest string possible”. What is the name of this match?
Explain the internal working of cgi
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
How to connect to SQL server through Perl?
What are perl strings?
How does a “grep” function perform?
How will you get the count of parameters passed to a perl subroutine?
Explain lists and ivalue?
Why -w argument is used with perl programs?
How do I print the entire contents of an array with Perl?
How do I generate a list of all .html files in a directory?