Leopold Toetsch wrote:
>
> publiustemp-perl6internals[at]yahoo.com
> wrote:
> > Haven't seen this mentioned here, but one person hacked up a quick
> > Inline::Parrot
>
> > http://www.perlmonks.org/index.pl?node_id=396890
>
> Relly nice.
Thanks!
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Haven't seen this mentioned here, but one person hacked up a quick
> Inline::Parrot
> http://www.perlmonks.org/index.pl?node_id=396890
Relly nice.
> It has some limitations and he's looking for feedback.
I'd
Haven't seen this mentioned here, but one person hacked up a quick
Inline::Parrot
use Inline Parrot;
print "Start Perl\n";
_hello( 'int count' => 5, name => 'test' );
print "End Perl\n";
__END__
__Parrot__
.sub _hello
.p