skip the first line

2002-10-31 Thread Charles . Belcher
I have a file that looks like 0 232,32387,2323 I am only interested in the last set of digits on the second line. My plan was to split on coma and take the 3 element of the array. I am having problems skipping the fist line. Any assistance would be appreciated. Chuck Belcher

Re: perl, web based text editors

2002-10-22 Thread Charles . Belcher
webmin has a web based text editor http://www.webmin.com Continued Growth Chuck Belcher [EMAIL PROTECTED] 410-347-8449 --( Forwarded letter 1 follows )- Date: Tue, 22 Oct 2002 09:12:36 -1000 To: [EMAIL PROTECTED] From: Korthrun[perl]@korthrun.net.SMTP Sender:

module installation

2002-10-11 Thread Charles . Belcher
I have been trying to install a variety of modules and all have failed during the make portion. all modules seem to give the same error where a variable is pointed to an incomplete type. I have recompiled perl, I have recompiled make any ideas on what I can try. :-( chuck ***

connecting to oracle

2002-10-11 Thread Charles . Belcher
is there an alternative to using DBI and DBD::Oracle to connect to an Oracle database to run a simple select statement? ** Mercantile Bankshares Corporation Confidential Electronic Mail: The information contained in this message

installing DBI

2002-10-10 Thread Charles . Belcher
Normaly I can install a module without a problem ex. CPAN> install Bundle::CPAN Now I am trying to install DBI and for some reason it seems to be failing on the make portion of the install. It seems to be looking for cc and I use gcc any ideas? Thanks chuck