Help for this page

Select Code to Download


  1. or download this
    my $str = "One:Two:Three:four, One:Two:3:4, One:2:3:4, One:2:three";
    
  2. or download this
    $keywords = {
        One => {
    ...
            2 => { 3 => 4, three => "" }
        }
    };
    
  3. or download this
    my $n = 0;
    sub print_keywords
    ...
            $n--;
        }
    }