Front page | perl.perl6.language |
Postings from August 2000
Re: Things to remove
Thread Previous
|
Thread Next
From:
David Corbin
Date:
August 23, 2000 12:47
Subject:
Re: Things to remove
Message ID:
39A42A46.C57ACFFE@machturtle.com
Tom Christiansen wrote:
>
> >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";
> };
> }
>
<snip>
> --tom
Or consider this pseudo code -
open file
lock file
dump file
<file gets removed>
--
David Corbin
Mach Turtle Technologies, Inc.
http://www.machturtle.com
dcorbin@machturtle.com
Thread Previous
|
Thread Next