在vbox安装ubantu增强功能,出现下面这种情况:
Please install the gcc make perl packages from your distribution。
把需要的包都安装就完事了:
sudo apt-get install gcc make perl
↓↓↓安装完后的样子↓↓↓ ...……
代码: http://xxxxx/cgi/perl-cgi.cgi?name=itechamp;amp;amp;url=itech.cnblogs.comamp;amp;amp;p1=test1
#!/usr/bin/perl -wT#should use strict and warnninguse warnings;use strict;use CGI;#to de ...……
use local::lib to install perl modules in your home directory ?
https://metacpan.org/pod/local::lib + http://search.cpan.org/ By default local::lib installs itself and the CPAN modules into ~/perl5.W ...……