Re: use parrot;

2001-10-20 Thread Michael G Schwern
On Sat, Oct 20, 2001 at 08:11:27PM +0200, raptor wrote: > will it be possible to do this inside Perl program : > > use parrot; > ...parrot code... > no parrot; Bad idea of the day --> Inline::Parrot! -- Michael G. Schwern <[EMAIL PROTECTED]>http://www.pobox.com/~schwern/ Perl6 Quality

use parrot;

2001-10-20 Thread raptor
hi, will it be possible to do this inside Perl program : use parrot; ...parrot code... no parrot; OR sub mysub is parrot { parrot code ... } = iVAN [EMAIL PROTECTED] =