pwhysall has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to declare an array of people's names, but when I run my script, I get an error.
Now, this looks right to me, but clearly isn't - the only thing I can think of is that the & in the final item is causing interesting effects...Possible attempt to put comments in qw() list at C:\bin\msdir.pl line +8. syntax error at C:\bin\msdir.pl line 8, near "my @technical_people = ( +"Elizabeth Adams", "Chris Millington", "Clerical", "E&D Group");
I humbly beg the assistance of the Monks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Array Silliness
by azatoth (Curate) on Feb 27, 2001 at 20:04 UTC | |
by ichimunki (Priest) on Feb 27, 2001 at 20:09 UTC | |
by tye (Sage) on Feb 27, 2001 at 20:12 UTC | |
|
Re: Array Silliness
by pwhysall (Acolyte) on Feb 27, 2001 at 20:14 UTC | |
|
(tye)Re: Array Silliness
by tye (Sage) on Feb 27, 2001 at 20:09 UTC |