# New Ticket Created by  Richard Hainsworth 
# Please include the string:  [perl #66640]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66640 >


my @a=1,2,3,4; my @b=9,8,7,1; say (@a minmax @b).perl

yields an error

S03:1621 gives @a minmax @b as an example.

Reply via email to