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 Chriss Miller 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: *

  • Users: cxw
  • Content: Threads
  • Order by date
  1. cxw

    Script fail - I think it is the @ in the email address.

    OK I forgot to say that the email address comes in a CVS file and so i get it in a var. It would look somthing like this: # open file open (TXTFILE, "c:/SOARimports/NU_AD2032_ILINC_EXTRACT_stf.csv") or die("Unable to open file");; @lines = <TXTFILE>; # read file into an array foreach...
  2. cxw

    Getting data from MS SQL on Win Server using Perl

    I am trying to get data from a Microsoft SQL database. All the players are on the same box. The Microsoft SQL server is sitting on a Microsoft 2003 server and so is Perl and the application that needs the data. I am also the Administrator on that box. I have set up an ODBC connection that works...
  3. cxw

    I am new to this forum and am trying to use use strict

    I am new to this forum and am trying to use use use strict; use diagnostics; but my pl page will not display. We run Windows 2003 server with perl installed on it. This works: #!/usr/bin/perl -w use URI::Escape; use LWP::UserAgent; use XML::Simple; use Data::Dumper; use Net::SMTP; This gives...

Part and Inventory Search

Back
Top