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
How do you give functions private variables that retain their values between calls?
What are the arguments and what do they mean in perl programming?
what is CPAN?
What does the’$_’ symbol mean?
What are the various file operations in perl. Explain with example.
Explain lists and ivalue?
What is eval function in perl?
Why does Perl not have overloaded functions?
Which operator in perl is used for the concatenation of two strings?
How to deleting an existing file in perl programming?
Explain goto label?
what are the three groups involved in information sharing?
How to copy a file in perl?
What is the importance of perl warnings?
Why Perl aliases are considered to be faster than references?