Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

How will you access an element of a perl array?

989


What is warn function in perl?

1022


Enlist the advantages of using c over perl?

967


How to change a directory in perl?

982


How to copy a file in perl?

1053


What are prefix dereferencer?

995


what is the difference between java and cgi?

1139


“Perl regular expressions match the longest string possible”. What is the name of this match?

984


What does a die() function do in perl?

1034


What are the various perl data types based on the context?

989


What are the purpose of close(), getc() and read() functions?

923


When would `local $_' in a function ruin your day?

1000


What are the different string manipulation operators in perl?

968


Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.

1105


What can be done for efficient parameter passing in perl? Explain.

1083