#!/usr/bin/perl use CGI; use YAML; $q = CGI->new; $q->param(sex,'good'); print Dump($q); $d = Dump($q); $re = Load($d); print Dump($re);
In reply to Re^3: [OT] Use a Storage.pm object without Perl
by Anonymous Monk
in thread [OT] Use a Storable.pm object without Perl
by xorl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |