I am a beginner to Perl and an administrator of a Citrix/Win32 environment. I wish to implement Perl scripts to assist me with administering a few (150) servers.
I am getting this error after I did what I am sure was the incorrect installation procedure for the Win32:
riveInfo module.
F:\usr\site\lib\Win32>makefile.pl
Bareword found where operator expected at F:\usr\site\lib\Win32\Makefile.PL line 6, near "$(FULLPERL"
(Missing operator before FULLPERL?)
syntax error at F:\usr\site\lib\Win32\Makefile.PL line 6, near "$(FULLPERL"
Unrecognized file test: -I at F:\usr\site\lib\Win32\Makefile.PL line 6.
F:\usr\site\lib\Win32>
The installation procedure I used was a little vague and can be found at:
Specifically, this document says:
As this is just a plain module no special installation is needed.
Just put it into /Win32 subdir somewhere in your @INC. The standard
Makefile.PL
make
make test
make install
installation procedure is provided.
Can someone spell it out a little more for me?
I am wanting to install this on a Windows 2000 server that I use as a test server environment. And I am trying to use ActiveStates implementation of perl (ver 5.6.0), but I am not married to that implementation (though the price is right)
Thank you
I am getting this error after I did what I am sure was the incorrect installation procedure for the Win32:
F:\usr\site\lib\Win32>makefile.pl
Bareword found where operator expected at F:\usr\site\lib\Win32\Makefile.PL line 6, near "$(FULLPERL"
(Missing operator before FULLPERL?)
syntax error at F:\usr\site\lib\Win32\Makefile.PL line 6, near "$(FULLPERL"
Unrecognized file test: -I at F:\usr\site\lib\Win32\Makefile.PL line 6.
F:\usr\site\lib\Win32>
The installation procedure I used was a little vague and can be found at:
Specifically, this document says:
As this is just a plain module no special installation is needed.
Just put it into /Win32 subdir somewhere in your @INC. The standard
Makefile.PL
make
make test
make install
installation procedure is provided.
Can someone spell it out a little more for me?
I am wanting to install this on a Windows 2000 server that I use as a test server environment. And I am trying to use ActiveStates implementation of perl (ver 5.6.0), but I am not married to that implementation (though the price is right)
Thank you