>2) The ability to dump out a variable and all its attached state into
>something that can be loaded in later somewhere else.
To hope to do this completely and correctly is courageous.
my @funx = ();
for my $name (qw/violet purple cream/) {
push @funx, sub {
print "I'll take a $name one, please, with @_.\n";
};
}
dump \@funx;
Closures will be challenging. :-)
--tom
- Re: Things to remove Nathan Torkington
- Re: Things to remove Bart Lateur
- Exception handling [Was: Re: T... Glenn Linderman
- Re: Exception handling [Was: R... Markus Peter
- Re: Exception handling [Was: R... Dan Sugalski
- Re: Exception handling [Was: R... Tony Olekshy
- Re: Exception handling [Was: R... Glenn Linderman
- Re: Exception handling [Was: R... Tony Olekshy
- Re: Exception handling [Was: R... Glenn Linderman
- Re: Exception handling [Was: R... Glenn Linderman
- Re: Things to remove Tom Christiansen
- Re: Things to remove Larry Wall
- Re: Things to remove Dan Sugalski
- Re: Things to remove David Corbin
- Re: Things to remove Dan Sugalski
- Re: Things to remove Damian Conway
- Re: Things to remove John Porter
- Re: Things to remove Damian Conway
