# New Ticket Created by "Ulrich Windl" # Please include the string: [perl #127684] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=127684 > Hi! While writing a program for perl-5.10, I wondered whether the is an AND-equivalent for '//' for a closure like sub { my $hi = $header_i{(shift)} ??? return $hi; die; }; Where '???' is the operator that doesn't exist. Thus I wondered why the perl gurus didn't choose '|||' instead of '//'; then '&&&' would be just the natural thing for the AND-variant. Did I overlook something that would have prevented use of those operators? Regards, UlrichThread Previous | Thread Next