>>>>> "Dan" == Dan Sugalski <[EMAIL PROTECTED]> writes:

Dan> (Or maybe attributed string eval, like:

Dan>      $foo = eval.Parrot <<EOP
Dan>            set I0, 12
Dan>            sub I0, I0, 5
Dan>            EOP

That would make more sense to me (for whatever that's worth) as

$foo = Parrot.eval <<EOP;
                set I0, 12
                sub I0, I0, 5
                EOP

Or am I missing something?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to