Help for this page

Select Code to Download


  1. or download this
    sub unbracket {
       for (my $s = @_ ? $_[0] : $_) {
    ...
    
    # Or just
    # my %hash = map unbracket, split /, |=/, $_;