Whilst trying to regress Cygwin to avoid bugs in the current release I get
(null) line 1537: parse error, unexpected COMMA, expecting STRING
when setup.exe tries parsing setup.ini
Anyone know know what it means and how to fix it?
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp
When I run CGI scripts from Apache I'm getting permission denied errors.
use Net::protoent;
my $p = getprotobyname(shift || 'tcp');
if (defined $p) {
printf("proto for %s is %d, aliases are %s\n",
$p->name, $p->proto, "@{$p->aliases}");
} else {
printf("Bad protocol 'tcp'\n");
}
This
2 matches
Mail list logo