Hello Sascha,

Wednesday, August 01, 2001, Sascha Kersken <[EMAIL PROTECTED]> wrote:

SK> You just CAN'T.
SK> What you have to do is install a Perl interpreter on each computer you want
SK> to run Perl scripts on.
can not agree with you because of laziness.
("The three principal virtues of a programmer are Laziness, Impatience,
and Hubris")

s/programmer/sysadmin/;
:)

SK> The best - and most easily to install - distribution for Windows systems is
SK> ActivePerl which can be downloaded at www.activestate.com


>> Sorry, I am an absolut beginner, started with perl on Saturday ;) !
>>
>> Can anybody tell me if - and how - it is possible to start my perl-scripts on
>> computers without a perl interpreter, without an installed perl - on
>> windows-computers of my coworkers?
to Matthias:

it depends...
you need perl, that uses config files, not windows registry (activeperl
can not help you there).
then simply install perl on network drive, share them and add to path
on coworkers computers ( drive letter should be the same ).

take a look at http://www.cpan.org/ports/index.html, or you can take
Perl-5.00502 at http://www.mysql.com/downloads/os-win32.html. he is
very old, but still works. But, here you will have problems with new
modules which you will install - you will need win32 C compiler.
decision is yours.

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to