"Richard Nuttall" <[EMAIL PROTECTED]> writes: > Will Hyper operators work on strings as well ? > > e.g. > > ('pic1','pic2','pic3') ^_ ('.jpg') > > or even > > my @images = qw( pic1 pic2 pic3) ^_ ('.jpg');
Doesn't that clash with the default currying argument? -- Piers