Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    sub text ($str) {
        return sprintf ' %02x%02x%02x ', $str =~ /^r(\d+)g(\d+)b(\d+)$/;
    }
    
  2. or download this
        # Fix for MSWin -- see https://rt.cpan.org/Public/Bug/Display.html
    +?id=118255
        $rgb =~ s/\R\z//;