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

Reply via email to