This has to be something basic, and I'm just too brain dead today to
find the answer. For the SIMPLE program below (cut-and-pasted EXACTLY as
is)

-------------------------------
#!/usr/bin/perl -w

# untitled1.pl

use strict;

my ($q, $q_index);
my @id;

$q = 1;
$q_index = 0;   
if ($id[$q_index] == $id[q]) {
}

------------------------------

Running as "perl -c untitled2.pl" (Win 98 and NT4)

I get 

Can't find string terminator "]" anywhere before EOF at untitled1.pl
line 12.

as the output. 

What's going on here?

Cameron

-- 
Cameron Dorey
Associate Professor of Chemistry
University of Central Arkansas
Phone: 501-450-5938
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to