Survey about newcomer experience and citizenship behavior in the Perl community

2012-10-09 Thread Kevin Carillo
Hi all, My name is Kevin Carillo and I am a PhD student at Victoria University of Wellington (New Zealand). I am currently running a survey that aims at studying how the experience of a Perl community newcomer has an influence on this person's actions and project contributions in the community.

Re: simplestic perl module

2012-10-09 Thread timothy adigun
Hi, On Tue, Oct 9, 2012 at 4:54 PM, Rajeev Prasad wrote: > I want to execute this routine which is to be supplied two(sometimes > three) string variables. and will return two string variables. I want to > keep this routine in a separate file. how to do it? > >You might want to look into Per

Re: simplestic perl module

2012-10-09 Thread Shlomi Fish
Hi Rajeev, On Tue, 9 Oct 2012 08:54:31 -0700 (PDT) Rajeev Prasad wrote: > I want to execute this routine which is to be supplied two(sometimes > three) string variables. and will return two string variables. I want > to keep this routine in a separate file. how to do it? > > > > something lik

simplestic perl module

2012-10-09 Thread Rajeev Prasad
I want to execute this routine which is to be supplied two(sometimes three) string variables. and will return two string variables. I want to keep this routine in a separate file. how to do it? something like: ($var1,$var2) = routine I am either looking to keep this routine in a file which

Re: Variables disappearing in code

2012-10-09 Thread Mark Haney
On 10/09/2012 08:20 AM, Mark Haney wrote: So, this is obviously a problem bigger than just this one routine. But bugger me if I know where to go from here. I don't even know what to say now. I have it working. I'm not entirely sure /why/ it works, but it does. Just for fun, I changed th

Re: Variables disappearing in code

2012-10-09 Thread Mark Haney
On 10/05/2012 11:38 AM, Shlomi Fish wrote: Hi Mark, please include a self-contained, minimalised, reproducing example, so we can see what you are doing wrong. Moreover, sometimes minimalising the code to something more self-contained helps you find the problem. Regards, Shlomi Fis