[perl] Install perl module without answer "yes" Posted by Computer Newbie on 凌晨1:16 in Perl / No comments [perl] Install perl module without answer "yes" PERL_MM_USE_DEFAULT=1 perl -MCPAN -e 'install Net::SSH::Perl' Reference : How do I tell cpan to install all dependencies? Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[Perl] How to communicate serial port by using perl program [Perl] How to communicate serial port by using perl program #!/usr/bin/perl use Device::SerialPort; my $port = Device::SerialPort->new("/de… Read More[perl] Ping6 to Ipv6 [perl] Ping6 to Ipv6 #!/usr/bin/perl use strict; use Net::Ping; my $ip_address = $ARGV[0]; chomp($ip_address); #Using System Command my $retval=s… Read More[Perl] How to fix "Can't locate Device/SerialPort.pm" [Perl] How to fix "Can't locate Device/SerialPort.pm" 1. Change to root sudo su 2. Type cpan 3. Type " install Device::SerialPort&… Read More[perl] How to install the module of perl [perl] How to install the module of perl Install Net::Telnet cpan Net::Telnet Reference : How to install CPAN modules… Read More[Perl] The book of Perl [Perl] The book of Perl 16 of the Best Free Perl Books Last one : Using Perl 6 - a Perl 6 book in development… Read More
0 意見:
張貼留言