| Author |
standalone perl interpreter for Windows?
|
|
|
| Are there any free or inexpensive standalone perl interpreters for writing
and testing PHP code on Windows? I'd like to avoid having to install or
activate web server software.
Thanks.
| |
| Paul Lalli 2005-07-24, 8:29 pm |
| DN wrote:
> Are there any free or inexpensive standalone perl interpreters for writing
> and testing PHP code on Windows? I'd like to avoid having to install or
> activate web server software.
How would a Perl interpreter test PHP code?
If you want a Perl interpeter to test Perl code on Windows, visit
www.activestate.com
Paul Lalli
| |
|
| "Paul Lalli" <mritty@gmail.com> wrote in
news:1122142673.437877.62840@f14g2000cwb.googlegroups.com:
> DN wrote:
>
> How would a Perl interpreter test PHP code?
That's a typo ... I meant Perl.
> If you want a Perl interpeter to test Perl code on Windows, visit
> www.activestate.com
Thanks for the info.
| |
| Jürgen Exner 2005-07-24, 8:29 pm |
| DN wrote:
> Are there any free or inexpensive standalone perl interpreters
Well, dahhh, Perl is public domain, of course there are. Did you check the
FAQ?
The most commonly used one is probably from http://activestate.com
> for
> writing and testing PHP code on Windows? I'd like to avoid having to
> install or activate web server software.
Well, do you mean a PHP interpreter written in Perl?
You should have checked CPAN first:
There is http://search.cpan.org/author/KARASIK/PHP-0.09/PHP.pm:
NAME
PHP - embedded PHP interpreter
DESCRIPTION
The module makes it possible to execute PHP code, [...]
Does that fit the bill?
jue
| |
| Sherm Pendley 2005-07-24, 8:29 pm |
| "Jürgen Exner" <jurgenex@hotmail.com> writes:
> Well, dahhh, Perl is public domain, of course there are. Did you check the
> FAQ?
Um... No, Perl is not in the public domain. It's copyrighted, and distributed
according to the terms of either the GNU GPL or Perl's own Artistic License.
sherm--
--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
| |
| Randy Kobes 2005-07-24, 8:29 pm |
| Paul Lalli wrote:
> DN wrote:
>
>
> How would a Perl interpreter test PHP code?
Although the "PHP" was a typo, for interest's sake,
one can use Apache::Test to test php:
http://search.cpan.org/dist/Apache-...e/TestRunPHP.pm
--
best regards,
randy kobes
| |
|
| DN wrote:
> Are there any free or inexpensive standalone perl interpreters for writing
> and testing PHP code on Windows? I'd like to avoid having to install or
> activate web server software.
>
> Thanks.
FWIW, I use IndigoPerl <http://www.indigostar.com/indigoperl.htm>.
HTH.
--
p
|
|
|
|