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

Explain about typeglobs?

915


Explain chomp?

909


What does delete function do in perl?

960


How can you create anonymous subroutines?

897


What syntax is used for grep() function?

1150


What does localtime() do in perl?

985


Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)

978


What does the’$_’ symbol mean?

987


What is cpan in perl?

938


What are the various advantages and disadvantages of perl?

884


What is perl shift array function?

941


You want to open and read data files with perl. How would you do that?

864


What is posix in perl?

912


How will you access an element of a perl array?

927


Why should I use the -w argument with my Perl programs?

950