piddle in hash

2010-02-07 Thread Patrick Dupre
Hello, I have been unsuccessful in getting the piddle values when I store them in a hash so, I am asking to the list. This works OK: test_pdl (array) pdl *array CODE: PDL -> converttype (&array, PDL_D, 1) ; when I do: test_pdl ($piddle) ; but when I do: %hash {"A"} = $piddle ; test_p

Re: How to use a CGI/PERL hash variable in java script.

2010-02-07 Thread Peter Scott
On Mon, 01 Feb 2010 23:19:27 -0800, venu madhav wrote: > Hi All, > I've a situation where I create a hash variable in PERL and > use it in Java script which is embedded in the CGI. The key for that > hash is taken from JavaScript. For ex: > > - CGI code > my %hash{3}=300; > --

mailto:beginners-uc.1265554412.pbjbnmdgcoehhijoegcf-anilputhiyath

2010-02-07 Thread Anilkumar Puthiyath

Re: variable scope

2010-02-07 Thread Dr.Ruud
Eric wrote: I have a program that requests many config values from an ini file using Config::IniFiles. I import all of these values into my main:: script but it's pretty ugly. Is there a way to import my value definitions int variables in a sub or another module and have them visible in the main

Re: variable scope

2010-02-07 Thread Eric
On Feb 6, 11:01 pm, jeffp...@netzero.net (Jeff Peng) wrote: > 在 2010-02-05五的 06:27 -0800,Eric写道: > > > I have a program that requests many config values from an ini file > > using Config::IniFiles. I import all of these values into my main:: > > script but it's pretty ugly. Is there a way to import