Sorry for the bother, but I keep trying and trying and still my installation does not succeed. I'm a newbie and I don't know how to correctly interpret the error messages. I'm trying to install DBD::mysql thru cpan.
Here's the latest error:
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl...
Hi,
I was trying to install DBD::mysql thru cpan and I got this error:
Checking if your kit is complete...
Looks good
Unrecognized argument in LIBS ignored: '-xarch=v9'
Using DBI 1.51 (for perl 5.008007 on sun4-solaris) installed in /usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/DBI/...
I have to place it inside the loop because the ftp server is passed as a parameter to the function. I'm logging on to different ftp servers.
Anyway, I have found a work-around. I used the working code and used arguments which I call from another perl program.
Thanks for the inputs.
Thanks Paul, already tried inserting chomp and still doesn't work... error is still 'Could not login to FTP server'...
There is no error if I don't use it within the loop.
Hi Guys,
I am new to perl scripting. I'm trying to get files from some servers. The names of the servers are stored in a file.
Now if I use this code, it doesn't work:
open(INFO, "$txtfile"); # Open the file
while (<INFO>) {
($var1, $var2) = split(/ /,$_,2);
$line...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.