Re: Assistance use Strict

2001-06-08 Thread Ron
;Purcell, Scott" <[EMAIL PROTECTED]> Cc: "perl win32 users" <[EMAIL PROTECTED]> Sent: Friday, June 08, 2001 6:17 PM Subject: Re: Assistance use Strict > You can't get $#rawDataRef because @rawDataRef is undefined. > > You have $rawDataRef, a scalar,

Assistance use Strict

2001-06-08 Thread Purcell, Scott
Hello, I am using strict and I am getting an error on the second line below. Line one, is a query that brings back a "REFERENCE TO AN ARRAY". In line 2, I am trying to grab only the LAST array element, and split it up on the newline and put that result into lines. But strict is telling me I can'