Re: Inline::Parrot

2004-10-14 Thread Flavio S. Glock
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!

Re: Inline::Parrot

2004-10-06 Thread Leopold Toetsch
[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

Inline::Parrot

2004-10-06 Thread publiustemp-perl6internals
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