Note that my first example was intended to be run from a (unix-like) command prompt. A stand-alone perl script that does the same test would be something like this:
#!/usr/bin/perl use strict; use warnings; use Storable qw( freeze thaw ); print ${ thaw freeze \"hi mom\n" }; exit 0;
If this runs without errors, then it again looks like your column method is suspect...
In reply to Re^3: Storable perl module error?
by tkil
in thread Storable perl module error?
by johnsaunders
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |