Help for this page
$rgb = prompt 'Convert hex to decimal rgb (or just hit "Enter" to +quit): ', -return => '';
$rgb = prompt 'Convert hex to decimal rgb (or just hit "Enter" to +quit): ', -return => ''; # Fix for MSWin -- see https://rt.cpan.org/Public/Bug/Display.html +?id=118255 $rgb =~ s/\R\z//;