[Perl] The book of Perl Posted by Computer Newbie on 下午6:56 in Perl / No comments [Perl] The book of Perl 16 of the Best Free Perl Books Last one : Using Perl 6 - a Perl 6 book in development Share This: Facebook Twitter Google+ Stumble Digg 以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook Related Posts:[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] 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] 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 意見:
張貼留言