Re: variably named subroutines

2007-11-09 Thread Rob Dixon
Martijn wrote: On Nov 9, 2007 6:44 PM, Paul Lalli <[EMAIL PROTECTED]> wrote: You should have tried the FAQ first. I should. Well, I did, but I should have realised that this question was not specific to subroutine names. In any case, I feel rather stupid for asking my question now. Re-readi

Re: variably named subroutines

2007-11-09 Thread Martijn
On Nov 9, 2007 6:44 PM, Paul Lalli <[EMAIL PROTECTED]> wrote: > You should have tried the FAQ first. I should. Well, I did, but I should have realised that this question was not specific to subroutine names. In any case, I feel rather stupid for asking my question now. Re-reading the code of the

Re: variably named subroutines

2007-11-09 Thread Paul Lalli
On Nov 9, 1:27 pm, [EMAIL PROTECTED] (Martijn) wrote: > I simple question to which that I can't find the answer. You should have tried the FAQ first. > How does one > create a subroutine whose name is defined by the value of a variable? perldoc -q "variable name" > To be more precise, I need to

Re: variably named subroutines

2007-11-09 Thread Chas. Owens
On Nov 9, 2007 1:27 PM, Martijn <[EMAIL PROTECTED]> wrote: > Hello. > > I simple question to which that I can't find the answer. How does one > create a subroutine whose name is defined by the value of a variable? > To be more precise, I need to write a bunch of subroutines foo_bar1, > foo_bar2, ..