List the prefix dereferencer in Perl.
Answer / Atul Kumar Rai
In Perl, the prefix dereferencer operators are: & for arrays and * for scalars.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the strategies followed for multiple form interaction in cgi programs?
How to connect to SQL server through Perl?
For a situation in programming, how can you determine that Perl is a suitable?
How do I pass a command line argument in perl?
When does circular reference occur?
What is the Common Gateway Interface?
There are some duplicate entries in an array and you want to remove them. How would you do that?
How to open a directory in perl?
Explain '->' in perl?
How would you replace a char in string and how do you store the number of replacements?
Explain the difference between my and local?
What does the qx{ } operator do?