bazz
04-18-2009, 03:29 AM
Hi,
Not tried this before so I may find that it is not possible. I want to call a sub routine using a variable (passed param). like this
my %live_menus = $menu_requested($business_id,$business_name,$connect);
Is there a way to achieve this similarly to this attempt? Otherwise, I'll need to use conditional comments, I think.
bazz
Not tried this before so I may find that it is not possible. I want to call a sub routine using a variable (passed param). like this
my %live_menus = $menu_requested($business_id,$business_name,$connect);
Is there a way to achieve this similarly to this attempt? Otherwise, I'll need to use conditional comments, I think.
bazz