Hi All,

We're working on a new module that will allow the following:

* Ability to load a PHP interpreter from Perl and use it to execute PHP code.
* The PHP interpreter will be able to reach back into Perl to use data, modules,
etc.
* Yes, this means that PHP folks will be able to use DBI and DateTime!


Anyway, we need a name for this module. The working name is "PHP::Sandwich", but that's a bit cutesy. The PHP namespace is already taken, which is too bad, because it'd be nice to be able to just do:

  my $php = PHP->new;
  $php->execute($code);

So, other module names we've come up with include:

  Embed::PHP
  Interp::PHP

Thoughts? Suggestions?

Thanks,

David



Reply via email to