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

What is perl scripting?

989


How will you open a file in a write-only mode in perl?

986


Explain use of ‘my’ keyword in perl?

975


What is goto statement in perl?

974


What are perl strings?

941


What is the purpose of redo statement?

1059


How can I display all array element in which each element will display on next line in perl ?

983


What is the difference between single (') and double (") quote in a string in perl?

1102


What is the function of virtual documents in cgi programs?

1006


Explain ivalue?

1046


Explain lexical variables.

996


How do you set environment variables in perl?

1103


Define say() function in perl?

1013


How can the user execute a long command repeatedly without typing it again and again?

980


There are two types of eval statements i.e. Eval expr and eval block. Explain them.

1092