Help for this page

Select Code to Download


  1. or download this
    my %cod = ( 1 => "red", 2 => "non", 3 => "green", 4 => 'value for key 
    +4' );
    
  2. or download this
            if ( exists $cod{$1} and $cod{$1} eq "non" ) {
                printf ...