Class-Eroot
view release on metacpan or search on metacpan
# Turn the stack into perl code.
# This will create a method named Continue in the EROOT class.
# This assumes that keys and values for the "objects" can be safely
# represented as text within single quotes.
#
## private
sub WriteStack {
my $self = shift;
my( $key, $name, $s ) = @_;
my $fh = (caller)[0] . "::$name";
my $i = @$s;
my( $type, @v, $v );
my( $junk, $word, $ident, $stuff );
my @roots = ();
my @keep = ();
my @keepwake = ();
my @wake = ();
my %wake = ();
my( $e1, $e2, $elem, $whack );
my @delayed = ();
( run in 2.155 seconds using v1.01-cache-2.11-cpan-1e74a51a04c )