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