Help for this page

Select Code to Download


  1. or download this
        $rgb = prompt 'Convert hex to decimal rgb (or just hit "Enter" to 
    +quit): ', -return => '';
    
  2. or download this
        $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//;