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
List the operator used in Perl?
What are the benefits of perl in using it as a web-based application?
Hi, I am a accountant. I am preparing a balance sheet but because of staff shortage and time pressures I cant complete it on time. There is lot of common data with last years which I need not retype and I can manage by editing last year’s balance sheet ? Is their any software on net where I can do this easily??
How do I replace every character in a file with a comma?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
How to turn on Perl warnings? Why is that important?
How to open and read data files with Perl
How to deleting an existing file in perl programming?
Explain chop?
What is perl I used for?
Explain a tell function in perl?
Which has highest precedence in between list and terms? Explain?
Explain lexical variables.
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
How can memory be managed in Perl?