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"?



Why we use "use lib $path"?..

Answer / 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

More CGI Perl Interview Questions

In CPAN module, name an instance you use.

0 Answers  


How to concatenate strings in perl?

0 Answers  


what are the two ways to get private values inside a subroutine or block?

0 Answers  


write a script to display mirror image of a entered value and also check whether Palindrome

3 Answers   HCL, Persistent,


What is the difference between $array[1] and @array[1]?

1 Answers  


Explain the difference between "my" and "local" variable scope declarations. ?

0 Answers   HCL,


Mention what is cpan?

0 Answers  


Perl regular expressions are greedy" what does this mean?

0 Answers  


what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?

1 Answers  


what is the meaning of rigging?

1 Answers  


What does the q{ } operator do?

0 Answers  


How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?

4 Answers  


Categories