Sorry that I did not mention that aaa and bbb are just examples.
I won't actually know the expected names, as they are generated at run-time
by a cgi script.
Thanks
Aman
- Original Message -
From: "Sales Department" <[EMAIL PROTECTED]>
To: "aman cgiperl
I have a form that looks like this
When I click on one of the images, the hidden value of xyz get carried over
to the fetch.cgi as
param(xyz)
How can I determine whether img name aaa or bbb was clicked?
Thanks alot
Aman
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I have a search on my webpage.
I put in keyword and press enter - the value in the textbox is not carried
over, though the search.pl is executed.
But if I press the Submit button, it works with the entered keyword.
I want the to work too - it works on the login page.
I wonder what could be the pro
I use DBI in my CGI-PERL coding.
How can I get the exact output string (error/success) for display, that I
would receive from the MySQL on executing the same query on the command line
mysql>
Thanks
Aman
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED
Hi all
I need to set a cookie which expires when the browser is closed.
I am not using CGI.pm
My earlier query for the same for responded by telling that if I am using
CGI.pm, I can do so by omitting the expiry date, but if I do so, when I do
print "Set-Cookie: cart=$cart domain=.domain.com\n";
le read and then write problem
>
> On Monday, June 10, 2002, at 11:23 AM, aman cgiperl wrote:
>
> > $MSG is a link http://www.foo.com/dpt/index.html
> >
> > Is there anything else other than EOF, that can cause a while loop to
exit
> > when reading file?
>
>
$MSG is a link http://www.foo.com/dpt/index.html
Is there anything else other than EOF, that can cause a while loop to exit
when reading file?
Thanks
Aman
- Original Message -
From: "David T-G" <[EMAIL PROTECTED]>
To: "perl beginners" <[EMAIL PROTECTED
ion from my workplace. I hope you
understand and can help.
Thanks
Aman
- Original Message -
From: "David T-G" <[EMAIL PROTECTED]>
To: "perl beginners" <[EMAIL PROTECTED]>
Cc: "aman cgiperl" <[EMAIL PROTECTED]>
Sent: Monday, June 10, 2002 12:
Hi all
I posted this on the CGI list but no response at all. Please have a look at this
problem.
I am reading from an html file and writing to another.
The while loop terminates before the complete file is read.
The worse part is that it works for some files and doesn't for others. Moreover, it
I have a code that looks like the following
$pgs = 1000;
$lks = "Welcome Message";
for($i=0;$i<$pgs;$i++){
open PGIN, "/$char/$mn/index_tmp".$i.".html";
open PGOUT, ">/$char/$mn/index".$i.".html";
while() {
$_ =~ s/##MS
Here's how you can do it (this is just one way):
#!/usr/bin/perl
@x = ('a','b');
@y = ('c','d');
@z = ('e','f');
@xyz = (@x,@y,@z);
print @xyz;
Output is : abcdef
Got it!!!
Aman
- Original Message -
From: "A Taylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21,
Thanks alot.
Can't move prepare outside the loop as i have to prepare for each value in
the array.
Why do you suggest to do it anyway?
Thanks again
bye
Aman
- Original Message -
From: "Felix Geerinckx" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 11:40 AM
Sub
" to use a webserver, you can
do so by running the web server on internal IP or localhost.
Hope it helps
Aman
>
> - Original Message -
> From: "anthony ward" <[EMAIL PROTECTED]>
> To: "Aman Cgiperl" <[EMAIL PROTECTED]>
> Sent: Sunday, April 2
I use red hat 7.2
There is no need to have intenet connection to test perl.
You should just have a perl compiler.
If you want to test cgi, you might want to install Apache or another web
server, if you don't have one.
Hope it helps
Aman
- Original Message -
From: "anthony" <[EMAIL PROTEC
Execute the following on cmd line as follows
$./cnt.pl ,
You can replace the comma (,) on the command line to find any other
character's occurrence in the string
___
#!/usr/bin/perl
for(;$imailto:[EMAIL PROTECTED]]
Sent: Friday, April 05, 2002 11:53 AM
To: [EMAIL PROTECTED]
15 matches
Mail list logo