John Porter wrote:
> Perhaps a simple
> 
> alias( %foo, %bar );
> 
> for those times when you really just need a simple WTDI!

Would 

     alias %foo = %bar;

not be ok, 'alias' acting and binding like 'my' of course. Or 

     my %foo is alias = %bar;


No?


/davíð

Reply via email to