Home : General : Perl Programming :

General: Perl Programming: Just a quick thing for anyone interested...: Edit Log

Here is the list of edits for this post
Just a quick thing for anyone interested...
Say I have a string:

$phrase = "This is a random bunch of words which I will now jumble up";

...and I want to generate those words in a random order on every refresh...no duplicates or missing words, I want to see how you'd do it in the fewest possible lines of perl.

Mashing everything onto one line doesn't count.

Every ; or { or } means you have to start a new line.

Last edited by:

Paul: Apr 14, 2002, 4:46 AM

Edit Log: