Help for this page

Select Code to Download


  1. or download this
    use Storable;
    use ClusterConfigSpecEx;
    
  2. or download this
    my $temp = retrieve 'test1';
    $temp = $$temp;
    
  3. or download this
    store \$scalar_to_store, 'test1';
    
  4. or download this
    my $retrieved_scalar = ${retrieve 'test1'};