I believe this is really a question of printing 'strange' characters to the web browser since I can write $foo to a file. Also, I can tell the print is writing the entire object due to the amount of time it takes for the page to load...strange.
use Storable qw(nstore store_fd nstore_fd freeze thaw dclone);
$obj = Really::Big::thingy->new();
$foo = freeze $obj;
print $foo # I want to print this to the browser;
In reply to Writing frozen objects to a browser? by kenpo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |