NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Poll suggestion (Score:1)
What is your least favourite operator from Perl6?
Re:Poll suggestion (Score:1)
"unary" wrong 3 times out of 5 (Score:1)
The operators
The meta-operator ^ is not an operator (a verb) at all. It modifies an operator to change its meaning (i.e. an adverb). It can be used to modify either binary or unary operators.
Re:"unary" wrong 3 times out of 5 (Score:1)