X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/305b277a4f33d11dce040fa2a9a1395000f50d27..13c7c8e9c8f8b5c583ca5563161e177b1a133e5e:/termcol.plp diff --git a/termcol.plp b/termcol.plp index 60afba6..189b89c 100644 --- a/termcol.plp +++ b/termcol.plp @@ -32,7 +32,7 @@ use Shiar_Sheet::Colour '1.03'; use List::Util qw( min max ); sub colcell { - my $name = shift or return "\n"; + my $name = shift // return "\n"; my $col = Shiar_Sheet::Colour->new(@_); my $minhex = $col->rgb24; my $css = '#' . $col->rgb48;