List the prefix dereferencer in Perl.



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

Post New Answer

More CGI Perl Interview Questions

what are the strategies followed for multiple form interaction in cgi programs?

1 Answers  


How to connect to SQL server through Perl?

0 Answers  


For a situation in programming, how can you determine that Perl is a suitable?

1 Answers  


How do I pass a command line argument in perl?

1 Answers  


When does circular reference occur?

1 Answers  


What is the Common Gateway Interface?

2 Answers  


There are some duplicate entries in an array and you want to remove them. How would you do that?

1 Answers  


How to open a directory in perl?

1 Answers  


Explain '->' in perl?

1 Answers  


How would you replace a char in string and how do you store the number of replacements?

2 Answers  


Explain the difference between my and local?

2 Answers  


What does the qx{ } operator do?

1 Answers  


Categories