Hello,
I am hoping to get some help solving a problem I am having with what I am
assuming is only a problem for me due to my ignorance when it comes to perl
data types. I have a script that reads some information from a comma
separated file. The file contains 4 fields. The last field is the one
I'll try that. To answer your question I'm using
@settings = split /,/, $_;
to set up my array.
-Original Message-
From: Tanton Gibbs [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 2:20 PM
To: File Send; [EMAIL PROTECTED]
Subject: Re: Perl types?
I'm not su
That worked! thanks!
-Original Message-
From: Tanton Gibbs [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 2:20 PM
To: File Send; [EMAIL PROTECTED]
Subject: Re: Perl types?
I'm not sure how you read in the fields, but the last one probably has a
newline appended to it
I would like to thank everyone for their help.
Ollie
-Original Message-
From: Boris Zentner [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 2:56 PM
To: File Send
Subject: Re: Perl types?
Hi,
Am Montag, 2. Dezember 2002 20:25 hast Du geschrieben:
> I'll try that. T