RE: Pseudo Lexical State Parameters

2002-11-12 Thread Garrett Goebel
Rocco Caputo wrote: Sent: Tuesday, November 12, 2002 10:40 AM On Mon, Nov 11, 2002 at 06:00:52PM -0600, Garrett Goebel wrote: I noticed at: http://poe.perl.org/?POE_RFCs/Lexical_state_parameters That there was a desire to: Turn @_[KERNEL, HEAP, etc.] into regular variables, somehow

Re: POE::Wheel::Run add'l functionality.

2002-11-12 Thread Rocco Caputo
On Tue, Nov 12, 2002 at 11:38:15AM -0500, Dmitri Tikhonov wrote: On Fri, Nov 08, 2002 at 04:23:30PM -0500, Dmitri Tikhonov wrote: Where Program is a code ref, the behavior will be $program-(@$args); The reason I am doing this is that I have code like Program = sub {

RE: Pseudo Lexical State Parameters

2002-11-12 Thread Erick Calder
Actually, you can save you 2 additional keystrokes: laughing! now ekkis truly happy. my vote for that approach! -Original Message- From: Garrett Goebel [mailto:garrett;scriptpro.com] Sent: Tuesday, November 12, 2002 10:53 AM To: 'Erick Calder'; [EMAIL PROTECTED] Subject: RE: Pseudo

POE::Session::SubVar (was: Pseudo Lexical State Parameters)

2002-11-12 Thread Garrett Goebel
Title: POE::Session::SubVar (was: Pseudo Lexical State Parameters) Garrett Goebel wrote: Garrett Goebel wrote: Rocco Caputo wrote: Sent: Tuesday, November 12, 2002 10:40 AM On Mon, Nov 11, 2002 at 06:00:52PM -0600, Garrett Goebel wrote: I noticed at: