![]() |
|
|
|
#1 |
|
Environment:
WinXP Pro ActivePerl Install Dir: C:\Program Files\perl Trying to use C:\Program Files\perl\lib\Text\ParseWords.pm Command Line: perl -w try.pl < ServerFile Code: use lib "C:\\Program Files\\perl\\lib"; use "Text: print "\@INC = @INC\n"; Generated error message: syntax error at try.pl line 2, near "use "Text: Execution of try.pl aborted due to compilation errors. What is the causing the syntax error? Michael Shaw |
|
|
|
|
#2 |
|
Posts: n/a
|
Michael Shaw wrote:
> use "Text: That's supposed to be use Text: -Joe |
|
|
|
#3 |
|
Posts: n/a
|
Joe,
Thanks for the come back. It worked fine. Thanks. Michael "Joe Smith" <> wrote in message news:3K-dnZMY1-... > Michael Shaw wrote: >> use "Text: > > That's supposed to be > > use Text: > > -Joe |
|