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
Explain the meaning of perl one-liner?
What is the difference between perl array and perl hash?
What is the difference between die and exit in perl?
What is the importance of perl warnings? How do you turn them on?
What is perl pop array function?
What is the use of now constructor in perl?
Elaborate on perl bite-wise operators.
Differences between die and exit.
What can be done for efficient parameter passing in perl?
How do I read command-line arguments with Perl?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
How can you replace the characters from a string and save the number of replacements?
How will you create a file in perl?
Comment on data types and variables in perl.
Explain chomp, chop, cpan, tk.