Help for this page

Select Code to Download


  1. or download this
    $conBuild = "rss_function";
    
  2. or download this
    $conBuild = $funcTable{rss_function};
    
  3. or download this
    %funcTable = ( 
     ....
     rss_function => \&actual_rss_function, 
      ...
    );
    
  4. or download this
    ...other code...
    {
    ...
       print &$conBuild($data,$file,$num,$ty,1);
    }
    ...other code...