Damian Conway writes: > If domeone is putting this RFC together, please remember to propose > that C<eval> and C<do> should handle opcodes as well as source: > > host-a:foo.pl: dump SOCKET; > > host-b:bar.pl: { local $/; eval <SOCKET> }; > > Or: > > sub suspend { open $fh, ">$_[0]" or die; dump $fh } > sub resume { do $_[0] } This is trickier than it first apperas, as the existing bytecode shows. A Perl program is opcode + variables. Are you dumping symbol tables? When recreated, will the variables have the same values they currently do? Just a pointer for the eventual RFCer to address. Nat
- Re: Things to remove Casey R. Tweten
- Re: Things to remove Bryan C . Warnock
- RE: Things to remove Brust, Corwin
- Re: Things to remove Ed Mills
- Re: Things to remove Damian Conway
- RE: Things to remove Garrett Goebel
- Re: Things to remove Tom Christiansen
- RE: Things to remove Damian Conway
- Re: Things to remove Jarkko Hietaniemi
- Re: Things to remove Damian Conway
- Re: Things to remove Nathan Torkington
- Re: Things to remove Tom Christiansen
- Re: Things to remove Jarkko Hietaniemi
- Re: Things to remove John Porter
- Re: Things to remove Larry Wall
- Re: Things to remove Dan Sugalski
- Re: Things to remove Larry Wall
- Re: Things to remove Buddha Buck
- Re: Things to remove Bryan C . Warnock
- Re: Things to remove Damian Conway
- &ME David L. Nicol