Perl On Linux

INSTALL ON LINUX O.S:
Open terminal and write the following commands to install Perl on linux operatin system.There are some commands to install the modules in perl.There are many type of module for different purposes.So it depends upon your recquirement that what type of module you want.
 
 
steps for perl installation
->  sh Configure -d
->  make
->  make test
->  make install
steps for Perl-DBI (package)  use for database->  Perl Makefile.PL
->  make
->  make test
->  make install

steps for DBD-mysql (package) use for mysql
->  Perl Makefile.PL
->  make
->  make test
->  make install

Asterisk-perl (package)
->  Perl Makefile.PL
->  make
->  make test
->  make install



//////////////////COMPILE AND RUN PERL PROGRAM ON LINUX////////////////
->Open terminal and then write following command
####COMPILE PERL PROGRAM####
->perl filename.pl

#####RUN PERL PROGRAM########
->./filename.pl

Comments

Popular posts from this blog

Error : DependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.adobe.aem:uber-jar:jar:apis -> version 6.3.0 vs 6.4.0

Operators in Asterisk with Linux

ERROR Exception while handling event Sitecore.Eventing.Remote.PublishEndRemoteEventException: System.AggregateExceptionMessage: One or more exceptions occurred while processing the subscribers to the 'publish:end:remote'