Re: CGI.pm renaming (was Re: CGI Session management (was Re: the CGI.pm in Perl 6))

2007-04-14 Thread Darren Duncan
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

CGI.pm renaming (was Re: CGI Session management (was Re: the CGI.pm in Perl 6))

2007-04-14 Thread Jacinta Richardson
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

Re: Regexp: s//$str/ should replace or add?

2007-04-14 Thread A. Pagaltzis
* 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

Regexp: s//$str/ should replace or add?

2007-04-14 Thread gabriele renzi
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