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 bkrike 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. daveinOK2004

    CSV - Sorted vs unsorted source data - creates error

    I don't really know how to title this message, so hope that worked ;) I'm working on a program that parses and modifies a CSV file. The source file is an export of another companies address book. I make the necessary alterations to make it importable into our Active Directory as mail enabled...
  2. daveinOK2004

    case insensitive IF statement

    Here's what I'm trying to do: my @skipcn = ('KAbel', 'PAbell', 'tabney', 'TYost'); foreach my $compcn (@skipcn) { if ($compcn eq $cn) { print $compcn; } } This works, but is case sensitive. I'd like to make it non-case sensitive. I found the use of...
  3. daveinOK2004

    Trying to write a CSV file with commas

    Greetings and thanks in advance for any responses. I'm new to Perl in particular and scripting in programming in general, and so far find it fascinating even if a bit frustrating at times. I'm trying to write a PL file that will take one CSV file, parse it in (which I have done using...

Part and Inventory Search

Back
Top