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 TouchToneTommy 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: stones1030
  • Content: Threads
  • Order by date
  1. stones1030

    CSV files parsing error

    I was using the Text::CSV module to parse a CSV file with 1000 plus records. 4 of them failed. The failed rows are <code> 011-00-HSCM,Hospital Services – Component Manufacturing,DEFAULT,011-00,4050 Lindell Blvd,St. Louis,MO,63108,USA 011-00-HSCR,Hospital Services – Component...
  2. stones1030

    Exception handling

    Is there a way to catch errors in a block of perl code and handle the errors per block. I have been doing somehting like this open(...) or die $!; open (...) or die $!; print $! unless (some condition); SO right now I have script which checks for error messages on as many lines as possible. Is...
  3. stones1030

    CVS on Windows

    Hi, I need to install and setup CVS Server on Windows for multiples users to be able to connect thru' LAN. I read something like...CVS running under Windows cannot currently serve repositories to remote machines; it can be a client (connecting to remote repositories), and operate in local...
  4. stones1030

    what's wrong with this script?

    I worked on Perl couple of years ago. I maintained someone else's code and I never had problem modifying. Now I try to develop something on those lines and I can't even do the basics. It istoo late for me to change the technology. Can some one help me with this. I want to move buildheader...
  5. stones1030

    Reusale code

    Hi, this is my 3rd questionf of the day. I need to create some sub routines and make them available to other files. How do I do that.? Do I HAVE TO use modules? What willbe the simplest way to achieve this? I just want to put some loggingcapabilities and some common business logic into a file...
  6. stones1030

    Parsing CSV files

    Can anyone help me with this? I am looking for any code/modules which will parse CSV files. I came across Text::CSV pm. Bu twhen I downloaded it, the readme file conatined instructions to install/setup on UNIX platform only. I am loking for something on Windows 2000. Thank you,
  7. stones1030

    how to share variables

    Can someone tell me how to do this? I have a script A which should set some variables var1,var2. script A will call script B which should be able to access var1 and var2 values as set by script A. var1 and var2 can be anywhere as long as they are set by script A and accessible by script B. I...

Part and Inventory Search

Back
Top