下面的代码可用于在 windows 中打开源页面,
但是为什么在linux(slackware)中我不能?
#!/usr/bin/perl
print "Content-type: text/html\n\n";
use LWP::Simple;
$URL = get("http://google.com");
print $URL;
下面的代码可用于在 windows 中打开源页面,
但是为什么在linux(slackware)中我不能?
#!/usr/bin/perl
print "Content-type: text/html\n\n";
use LWP::Simple;
$URL = get("http://google.com");
print $URL;