in reply to Re^2: Values passed into a sub routine
in thread Values passed into a sub routine
To put it differently, I understood that you want to support the following three calling conventions and only those three calling conventions:
build_url($account, $fname, $lname); build_url($account, $transaction, $fname, $lname); build_url($account, $transaction, $location, $fname, $lname);
If so, all three alternatives I provided should work.
|
|---|