On Wed, Apr 25, 2001 at 06:19:40PM +0000, Fred Heutte wrote:
> It seems to me that ~ relates to forces (operators, functions and methods)
> more than to atoms (scalars), so to speak. It's the curve of binding Perl
> at work here.
>
> So why not leave . alone and have ~ substitute for ->
>
> $mydsn->Sql("$mysqlstmt " . $moresql) ;
> $mydsn~Sql("$mysqlstmt " . $moresql) ;
>
> Yes, I know ~ is the bitwise negation operator. Have you EVER used it?
Yes, I use it a lot. Whether you use it probably depends on the kind of
problems you try to solve with perl.
Graham.
- a modest proposal Re: s/./~/g Fred Heutte
- Re: a modest proposal Re: s/./~/g Casey West
- Re: a modest proposal Re: s/./~/g Damien Neil
- Re: a modest proposal Re: s/./~/g Graham Barr
- Re: a modest proposal Re: s/./~/g Bart Lateur
- Re: a modest proposal Re: s/./~/g Bart Lateur
- Re: a modest proposal Re: s/./~/g Fred Heutte
- Re: a modest proposal Re: s/./~/g Graham Barr
- Re: a modest proposal Re: s/./~/g Nathan Wiger
- Re: a modest proposal Re: s/./~/g Larry Wall
- Re: a modest proposal Re: s/./~/g Damien Neil
- Re: a modest proposal Re: s/./~/g Jonathan Scott Duff
- Re: a modest proposal Re: s/./~/g David L. Nicol
- Re: a modest proposal Re: s/./~/g Simon Cozens
