I'm looking for the download of Apache::Session.
There is a lot of docs on it but where is the download?
thanks
-
eMail solutions by
http://www.swanmail.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On CPAN.
http://search.cpan.org/~jbaker/Apache-Session-1.54/
Rob
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, October 20, 2003 6:15 PM
To: [EMAIL PROTECTED]
Subject: Where is Apache::Session
I'm looking for the download of Apache::Session.
There is
##
use CGI;
$q = new CGI;
my $field = $q->param('field');
print qq|
$field
|;
#
# Lets Suppose the form Input contains the quotes in the string e.g.
$field = "This is the string "which" contains the quotes";
The script stops printing everything
Did you try making the quote line read:
$field = qq(This is the string "which" contains the quotes);
???
That's the trick I always use.
John
-Original Message-
From: Sara [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 19, 2003 16:56
To: beginners-cgi
Subject: quotes problem
#
On Mon, 20 Oct 2003 03:55:40 +0500
"Sara" <[EMAIL PROTECTED]> wrote:
> # Lets Suppose the form Input contains the quotes in the string e.g.
>
> $field = "This is the string "which" contains the quotes";
>
> The script stops printing everything after first quote ("), I KNOW where the problem
> i
I'm not sure if John or Greg from the previous answers understand the
question... or maybe it is me that is misunderstanding it.
You are receiving a string from the query string that includes quotes, but
it isn't printing the whole value. Correct?
If that is the case, I am not sure I know where
-thanks
> On CPAN.
>
> http://search.cpan.org/~jbaker/Apache-Session-1.54/
>
> Rob
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 20, 2003 6:15 PM
> To: [EMAIL PROTECTED]
> Subject: Where is Apache::Session
>
>
> I'm looking for the downl
I am getting the input from a form.
Sorry but, If I Single quote the string, everything is then literal, it
Won't work if there's a variable in the string.
any other suggestion for the given below query string:
http://foo.com/test.cgi?field=this%20is%20"My"%20test%20field
Sara.
- Original
:) its solved, sorry I was making a mistake.
Thank you all for prompt help.
Sara.
- Original Message -
From: "Hanson, Rob" <[EMAIL PROTECTED]>
To: "'Sara'" <[EMAIL PROTECTED]>; "beginners-cgi"
<[EMAIL PROTECTED]>
Sent: Tuesday, October 21, 2003 4:05 AM
Subject: RE: quotes problem
> I'
Can someone comment on some advantages/disadvantages?
Does opening a new browser causes a new session in either of the two?
thanks
-
eMail solutions by
http://www.swanmail.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
10 matches
Mail list logo