X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/33e3013acbef27ba49fa091389ed8bf4096fa860..fc0efae244f2c4bf8063f5962138c2469dc44e6e:/sc.plp diff --git a/sc.plp b/sc.plp index 23d29ec..7207117 100644 --- a/sc.plp +++ b/sc.plp @@ -236,7 +236,7 @@ sub showrange { } my $units = do 'sc-units.inc.pl'; - die "Cannot open unit data: $_\n" for $! || $@ || (); + die "Cannot open unit data: $_\n" for $@ || $! || (); my $grouped = !exists $get{order}; if (exists $get{order}) { $get{order} ||= '';