in reply to Re: the 'dot dot dot' operator (s/the/another/)
in thread the 'dot dot dot' operator

Um, ... is already an operator in Perl5.
Doh! Of course it is :-/
For the record, I'd rather have !!! and/or ??? instead of ... as I find their visibility much more in line with their importance
I'll second that. I find ... a little too innocuous looking for an operator which will throw an error unconditionally if executed. So ??? is probably the way to go since it's a syntax error if left unfiltered.
HTH

_________
broquaint

  • Comment on Re: Re: the 'dot dot dot' operator (s/the/another/)