> Instant program migration:
>
> host-a:foo.pl: print SOCKET dump;
>
> host-b:bar.pl: { local $/; eval <SOCKET> };
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] }
Damian
- Re: Things to remove Bryan C . Warnock
- 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
