Home >> perlexamples >>
How to include module in perl?If you are trying to include a module and its not in default location then u can use 'use lib' ... #!/usr/bin/perl
use lib "/home/perl/modules";
print "\@INC is @INC\n";
you can even copy module to your current directory (really depends if the modules dosent have depends to any other external modules) and then you dont have to use 'use lib' and it will check current directory...
Perl functions
|
handling Errors in perl number of matches in regex Perl Data Dumper perl: How to parse config file
Download perl
download stable version of perl
Perl 5.10.1
|
|