> In a void context, C<dump> dumps the program's current opcode representation
> to its filehandle argument (or STDOUT, by default).
>
> In a scalar or list context, C<dump> dumps nothing, but rather returns the
> I<source code> of its arguments (or of the current state of the entire
> program, by default).
Instant program migration:
host-a:foo.pl: print SOCKET dump;
host-b:bar.pl: { local $/; eval <SOCKET> };
--
$jhi++; # http://www.iki.fi/jhi/
# There is this special biologist word we use for 'stable'.
# It is 'dead'. -- Jack Cohen
- Re: Things to remove Riad Wahby
- 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
