Help for this page

Select Code to Download


  1. or download this
    $frame->LabEntry(
        %{$colors{lbl}},
        -other_opt => 'other_value',
        -background => 'non_default_colour'
    );
    
  2. or download this
    $ perl -Mstrict -Mwarnings -e '
        my %colours = ( lbl => { "-background => tan, -foreground => black
    +", } );
    '
    Odd number of elements in anonymous hash at -e line 2.