At 12:53 PM +1000 4/15/07, Jacinta Richardson wrote:
Juerd wrote:
Jacinta Richardson skribis 2006-09-21 0:13 (+1000):
My biggest gripe with CGI's html methods is the inconsistency in their
names. I use them every now and then, but I always have to go and look
up the documentation. It's "text
Juerd wrote:
Jacinta Richardson skribis 2006-09-21 0:13 (+1000):
My biggest gripe with CGI's html methods is the inconsistency in their
names. I use them every now and then, but I always have to go and look
up the documentation. It's "textfield" isn't it? So that would make
this one "passwor
* gabriele renzi <[EMAIL PROTECTED]> [2007-04-14 22:20]:
> sorry about the dumb question but I'm not sure I understand the
> assertion.
>
> If I write something like
> my $s="hello"
> s//a/
> I expected it to give me
> "hallo"
> whereas it give ms
> "haello".
>
> Does it mean that basically
Hello,
sorry about the dumb question but I'm not sure I understand the
assertion.
If I write something like
my $s="hello"
s//a/
I expected it to give me
"hallo"
whereas it give ms
"haello".
Does it mean that basically the assertion is a character/string property
instead of the character