What can be done for efficient parameter passing in perl?



What can be done for efficient parameter passing in perl?..

Answer / Lokendra Saran

In Perl, hash references (also known as associative arrays) are commonly used for efficient parameter passing. They allow you to pass multiple values as a single unit.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

What is the purpose of _package_ literal?

1 Answers  


Explain chomp?

1 Answers  


Define print() function in perl?

1 Answers  


How do you you check the return code of a command in perl?

1 Answers   HCL,


What are perl array functions?

1 Answers  


Explain the different types of data perl can handle.

1 Answers  


What is perl shift array function?

1 Answers  


What is the main function of cookie server?

1 Answers  


Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.

15 Answers  


explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.

1 Answers  


What is grep used for in perl?

1 Answers  


How to connect with sqlserver from perl and how to display database table info?

1 Answers  


Categories