Re: recover data generated by jqurety from a form

2013-05-29 Thread Pau Marc Muñoz Torres
Yes. It works, i fuond out the solution yesterdey, i did not recover the csv_text parameter propierly Thanks El 30/05/2013 0:29, "lesleyb" va escriure: > On Wed, May 29, 2013 at 03:09:51PM +0200, Pau Marc Muñoz Torres wrote: > > Hi guys > > > > i have a problem recovering from data using my cgi

Re: Perl error codes and warnings

2013-05-29 Thread *Shaji Kalidasan*
Warren, Sure, I will definitely share the document.   best, Shaji --- Your talent is God's gift to you. What you do with it is your gift back to God. ---

Re: recover data generated by jqurety from a form

2013-05-29 Thread 'lesleyb'
On Wed, May 29, 2013 at 03:09:51PM +0200, Pau Marc Muñoz Torres wrote: > Hi guys > > i have a problem recovering from data using my cgi, lets says i got the > following form > > > > onclick="getCSVData()"> > > > > And i want to recover the info generated by the javascript funtion (

RE: Perl error codes and warnings

2013-05-29 Thread Warren James - jawarr
Shaji - Upon completion, is this something which you could please consider providing to us/the list audience as well?: "...a document with suitable code snippets which includes the most common Perl programming errors and warnings." THANKS JJW From: *Shaji Kalidasan* [mailto:shajiin...@yahoo.com

recover data generated by jqurety from a form

2013-05-29 Thread Pau Marc Muñoz Torres
Hi guys i have a problem recovering from data using my cgi, lets says i got the following form And i want to recover the info generated by the javascript funtion ( getCSVdata() ), do you know how i could do it? param('submit') returns "Get CSV File" thanks Pau Marc Muñoz Torres http://

Re: Perl error codes and warnings

2013-05-29 Thread *Shaji Kalidasan*
Thanks a bunch Timothy and Charles for guiding me to wonderful resources within the Perl system. use diagnostics qw/-verbose/; it slipped my attention. (Courtesy : Charles) 'perldoc -f qw (Courtesy : Timothy) Actually I am a guiding junior Perl programmers (having little or no prior experience