Help for this page

Select Code to Download


  1. or download this
    # Kind of like this...
    push( @{ $data{ join('', sort split(//, $word)) } }, $word );
    
  2. or download this
    # Kind of like this...
    print join("\n", @{ $data{ join('', sort split(//, $input)) } }), "\n"
    +;