- or download this
use Storable;
%FuncAssociateData = %{ retrieve("func_data") };
- or download this
$href = retrieve("func_data");
print "HREF: $href"
- or download this
use Storable;
store(\%FuncAssociateData ,"new_func_data");
- or download this
$href = retrieve("new_func_data");
print "HREF: $href"