how can i run perl script for Zope?
hi guys, this is a newbie question, how can i install/run perl script for Zope? am working on WinXP and have Active{Python|Perl} installed at c:\perl and c:\python. thx guys. -- Hytham Shehab
use an external method to wrap the perl script. -aj --On Dienstag, 24. September 2002 16:35 +0300 Hytham Shehab <hythamshb@menanet.net> wrote:
hi guys, this is a newbie question, how can i install/run perl script for Zope? am working on WinXP and have Active{Python|Perl} installed at c:\perl and c:\python.
thx guys.
-- Hytham Shehab
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
You could install pyperl and zoperl. Since you are using ActivePerl you can just use ppm to do that. More information (although it is out of data) is here: http://www.zope.org/Members/andym/wiki/FrontPage Most people who think this is a good idea just end up using Python in the end anyway. -- Andy McKay www.agmweb.ca ----- Original Message ----- From: "Hytham Shehab" <hythamshb@menanet.net> To: "zope" <zope@zope.org> Sent: Tuesday, September 24, 2002 8:20 AM Subject: Re: [Zope] how can i run perl script for Zope?
use an external method to wrap the perl script.
-aj
what to do u mean, in details? am a newbie
-- Hytham Shehab
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
You could install pyperl and zoperl. Since you are using ActivePerl you can just use ppm to do that. More information (although it is out of data) is here: http://www.zope.org/Members/andym/wiki/FrontPage i know how to use ppm, although zope module is there at the modules list in activestate site, but i could install it, when i try something like this: ppm>install zope no such module, please search first. any idea? Most people who think this is a good idea just end up using Python in the end anyway. can u explain why?
thx very much -- Hytham Shehab
no such module, please search first. any idea?
Ask someone at activestate ;)
can u explain why?
Because most people who do Zope prefer Python to Perl and find that anything Perl can do, Python can do just as well. -- Andy McKay www.agmweb.ca ----- Original Message ----- From: "Hytham Shehab" <hythamshb@menanet.net> To: "zope" <zope@zope.org> Sent: Tuesday, September 24, 2002 11:18 AM Subject: Re: [Zope] how can i run perl script for Zope?
You could install pyperl and zoperl. Since you are using ActivePerl you can just use ppm to do that. More information (although it is out of data) is here: http://www.zope.org/Members/andym/wiki/FrontPage i know how to use ppm, although zope module is there at the modules list in activestate site, but i could install it, when i try something like this: ppm>install zope no such module, please search first. any idea? Most people who think this is a good idea just end up using Python in the end anyway. can u explain why?
thx very much -- Hytham Shehab
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Most people who think this is a good idea just end up using Python in the end anyway.
can u explain why?
I've been a Perl coder for years. it took me no time at all to switch to Python, and I much prefer it now. it's very simple and minimalistic, but that means the code you write is strightforward and easy to read, and to write. I do still have a soft spot for Perl, I can do very clever, subtle things in Perl, but I pity the poor fool who has to maintain it after I leave :)
participants (5)
-
Andreas Jung -
Andy McKay -
Ben Avery -
Chris Withers -
Hytham Shehab