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...

Why we use "use lib $path"?

Answer Posted / guest

If we are trying to add a module or library files in our
program using require or use statement then it will search
that module or library files in the Perl's default search path.

The statement use lib is used to add the directories to
default search path.

So if the module or library file is not located in the
Perl's default search path then it will find the library
files in the path we have given with the use lib $path.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you define “my” variables scope in Perl and how it is different from “local” variable scope?

1043


what is the function that is used to identify how many characters are there in a string?

905


What is -> symbol in perl?

955


You want to connect to sql server through perl. How would you do that?

883


Explain the difference between die and exit in perl?

818


What are the different types of perl operators?

973


Differentiate between arrays and list in perl.

946


Demonstrate subroutines in perl with a simple example.

815


What is the use of –w?

869


What does last statement do in perl?

942


How to check the status of airplane mode (enable/disable) in perl for Android mobile?

3031


How to convert arrays into a string in perl?

883


How does polymorphism work in perl?

860


What does the qq{ } operator do?

888


How will you declare a variable in perl?

917