What is the difference between use and require in perl?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?

0 Answers  


What are the different instances used in cgi overhead?

0 Answers  


How and what are closures implemented in perl?

0 Answers  


Define say() function in perl?

0 Answers  


write a script to generate n prime no.s?

2 Answers   Persistent,


Explain chomp?

0 Answers  


In CPAN module, name an instance you use.

0 Answers  


Explain goto name?

0 Answers  


Explain perl one-liner?

0 Answers  


Mention the difference between die and exit in Perl?

0 Answers  


Write syntax to use grep function?

0 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


Categories