Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. emiacs

    DBD::mysql again...

    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...
  2. emiacs

    DBD::mysql installation

    Thanks! I modified mysql_config but encountered more errors: #uname -a SunOS 5.10 Generic_118833-03 sun4v sparc SUNW,Sun-Fire-T200 # perl -MCPAN -e shell CPAN: File::HomeDir loaded ok cpan shell -- CPAN exploration and modules installation (v1.87) ReadLine support enabled cpan> install...
  3. emiacs

    DBD::mysql installation

    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/...
  4. emiacs

    FTP inside a loop

    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.
  5. emiacs

    FTP inside a loop

    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.
  6. emiacs

    FTP inside a 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...

Part and Inventory Search

Back
Top