On Mon, Aug 22, 2005 at 20:35:40 +, Ingo Blechschmidt wrote:
> Hi,
>
> on #perl6, we were wondering how to use() modules from foreign
> languages which have an incompatible identifier syntax. E.g.:
>
> use perl5:Foo::Bar; # fine, no problem
>
> # Load JavaScript modules fr
Hi,
on #perl6, we were wondering how to use() modules from foreign
languages which have an incompatible identifier syntax. E.g.:
use perl5:Foo::Bar; # fine, no problem
# Load JavaScript modules from JSAN
use jsan:Test.Simple; # should we simply accept the dot, or...