Help for this page

Select Code to Download


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