What is the difference between use and require in perl programming?
Answer / Ramji Shukla
require(): It loads a Perl script as a module and makes its functions available in the current scope. use(): It loads a Perl script as a module and performs additional actions such as importing functions and setting up packages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define dynamic scoping.
How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.
How to add elements in a hash in perl?
How many types of variable in perl?
What is a chomp() function in perl?
How to read file into hash array ?
Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.
What are perl array functions?
Explain the arguments for perl interpreter.
Explain the difference between "my" and "local" variable scope declarations. ?
Can inheritance be used in perl?
How to sort dates in Perl ?