Help for this page

Select Code to Download


  1. or download this
    package One;
    
    ...
    bless $cache{$row->{phone}};
    }
    
  2. or download this
    package Two;
    
    ...
    $hash = &One::query();
    %hash = %$hash;