How to send arguments with a redirect?

2009-01-15 Thread evil...@gmail.com
Hi I have the following two scripts test.cgi displaytest.cgi test.cgi is intended to redirect itself to displaytest.cgi and send some arguments. The problem I am having is that I can never get the arguments successfully sent! Redirect without arguments works fine - but the various approached

Re: How to send arguments with a redirect?

2009-01-15 Thread Gunnar Hjalmarsson
evil...@gmail.com wrote: Hi I have the following two scripts test.cgi displaytest.cgi test.cgi is intended to redirect itself to displaytest.cgi and send some arguments. The problem I am having is that I can never get the arguments successfully sent! Try this in test.cgi: use CGI; use

Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Karthik Vemula
Hi I have a problem. I have a web page that has a main page index.cgi. it has some links in it. When i click on the linkc i have their address as index.cgi?_SHOW_PAGE=11. /// it is written in the documentation that when this link is clicked Will hit the database cwt_page_content with

Re: Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Gunnar Hjalmarsson
Karthik Vemula wrote: I have a problem. I have a web page that has a main page index.cgi. it has some links in it. When i click on the linkc i have their address as index.cgi?_SHOW_PAGE=11. /// it is written in the documentation that when this link is clicked Will hit the database

A questions about how to split files

2009-01-15 Thread Li, Aiguo (NIH/NCI) [E]
H all, I need to split a file containing three columns of data as shown below into three separate files. Each split file should contain row names and one column of data and the column name should be the file names. Is there any perl advanced function that allow me to do this? probe set

Perl Newbie question about upgrade from Perl 5.8.8 to 5.10

2009-01-15 Thread dolphin_sonar
Hi, I bought the O'Reilly 5th edition Learning Perl the other day and it's great. I am new to programming and Perl as well. I do know my way around Linux but I am having problems upgrading from the version that was on my OS (Cent OS 5.2) to 5.10. I downloaded Perl 5.10 from

How to find the modul a functions originates.

2009-01-15 Thread Deviloper
Hi, is there an easy why to determit from which package/modul a function/methode is used? I have the case of a very long inheritance chain and don´t know how to figure out the modul where a function has its source. Thanks, B.

RE: need help on perl script

2009-01-15 Thread Kammen van, Marco, Springer SBM NL
Looking at all his posts below with the exact same format just different questions... Is this guy for real... or is this a spam bot?? - Marco van Kammen Springer Science+Business Media System Manager Postmaster - van Godewijckstraat 30 | 3311 GX Office Number: 05E21 Dordrecht | The

Re: Perl Newbie question about upgrade from Perl 5.8.8 to 5.10

2009-01-15 Thread Telemachus
On Wed Jan 14 2009 @ 8:17, dolphin_sonar wrote: Hi, I bought the O'Reilly 5th edition Learning Perl the other day and it's great. I am new to programming and Perl as well. I do know my way around Linux but I am having problems upgrading from the version that was on my OS (Cent OS 5.2) to

Re: need help on perl script

2009-01-15 Thread Telemachus
On Thu Jan 15 2009 @ 1:12, Kammen van, Marco, Springer SBM NL wrote: Looking at all his posts below with the exact same format just different questions... Is this guy for real... or is this a spam bot?? A real guy with a lot of homework? -- To unsubscribe, e-mail:

RE: need help on perl script

2009-01-15 Thread Bob McConnell
From: Telemachus On Thu Jan 15 2009 @ 1:12, Kammen van, Marco, Springer SBM NL wrote: Looking at all his posts below with the exact same format just different questions... Is this guy for real... or is this a spam bot?? A real guy with a lot of homework? Or just an unrealistic set of

Threadsafe-ing Modules

2009-01-15 Thread h3xx
I wrote a module that was designed to be instantiated and that object be used by multiple threads. I guess I didn't exactly plan this out from the beginning and ran into problems when trying to set it up so that there was only one copy of the object and its data structure in memory, while multiple

Re: GD::Graph::bars - multiple x-axis data sets

2009-01-15 Thread Raymond Wan
Hi Danny, Danny Miller wrote: Hi, I've got two sets of data I'm displaying in a bar graph. I'd like to use two different colors for the different data. I'm not sure how to do this. My code looks like: @xdata1; # bunch of x values @ydata1; # bunch of corresponding y values @xdata2; #

Re: GD::Graph::bars - multiple x-axis data sets

2009-01-15 Thread Danny Miller
On Thu, Jan 15, 2009 at 10:13 PM, Raymond Wan r...@kuicr.kyoto-u.ac.jp wrote: Hi Danny, Howdy. Danny Miller wrote: Hi, I've got two sets of data I'm displaying in a bar graph. I'd like to use two different colors for the different data. I'm not sure how to do this. My code looks like:

RE: How and from where to install perl 5.10 on unix (solaris) m/c?

2009-01-15 Thread Sarsamkar, Paryushan
Yeah.. I tried that, but while installing DBI module that I have.. it failed saying you should have perl 5.8 or 5.10. That’s why I wanted to install perl 5.10 which will have DBI inbuilt in it. How can I do that? Thanks, Paryushan -Original Message- From: Ralf Peng