what is the difference between require and use in perl?
Answer Posted / rani
use:
1-its compile time concept & refresh the namespace for
different package loading.
Require:
it is run time concept & does not refresh the namespace for
different package loading.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What rules must be followed by modules in perl.
How do find the length of an array?
How the interpreter is used in Perl?
Explain a tell function in perl?
Explain USE and REQUIREMENT statements?
Explain which feature of PERL provides code reusability?
How to read a file into a hash array?
What is grep used for in perl?
How to create a package?
how to connect cisco switch uisng perl script
How to renaming a file in perl programming?
How to close a file in perl?
How to find the length of an array in perl?
Write the program to process a list of numbers.
Explain the different types of data perl can handle.