X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fcx.pl;h=fec95776d182467e8d12892d6db5414f58ad0747;hb=1f4cfc1fd783a90bd5321e7f5eca668a6f88c14e;hp=0b51a13399eb7c51e3ae63e22693cdf34d2fd44c;hpb=4b846088d0ffe4f979b145ec2af821922bd5c7af;p=perl%2Fmodules%2FSub-Nary.git diff --git a/samples/cx.pl b/samples/cx.pl index 0b51a13..fec9577 100755 --- a/samples/cx.pl +++ b/samples/cx.pl @@ -42,7 +42,7 @@ sub wut2 { } elsif ($y) { sub { qr/wat/ }, %h; } elsif (@z) { - return [ ] + return [ ]; } }