Run poseidon without ActivePerl

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
User avatar
4epT
Developers
Developers
Posts: 617
Joined: 30 Apr 2008, 14:17
Noob?: No
Location: Moskow (Russia)
Contact:

Run poseidon without ActivePerl

#1 Post by 4epT »

If I run start-poseidon.exe without ActivePerl, nothing happens.

if you open the file "src\poseidon\poseidon.pl" and change the line:

Code: Select all

- __start() unless defined $ENV{INTERPRETER};
+ __start() if defined $ENV{INTERPRETER};
then Poseidon is runs.

why we use the condition "unless"?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image

Locked