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) ; In that case I'd rather use this syntax: $obj'attribute; $obj'constructor'method; Or... maybe not... -- Casey West
- 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