Re: "Secret" operators
Yitzchak Scott-Thoennes <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Organization | bs"d |
| Message-ID | <[email protected]> |
On Tue, Feb 01, 2005 at 09:02:56PM -0000, McGlinchy, Alistair wrote: > Unfortunately -+- is bugged [*], but I'll leave these as gotcha's for > your production code. :-) > > [*] You might want to consider: print -+- '-2B' x 5; # Bug? No. perlop say: if the string starts with a plus or minus, a string starting with the opposite sign is returned.