PERLReadEvalPrint: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    12 June 2008

    • curprev 00:4800:48, 12 June 2008Michael Murtaugh talk contribs 1,183 bytes +1,183 New page: A simple read-eval-print sort loop in PERL. <source lang="perl"> #!/usr/bin/perl -w use strict; my @scripts = qw/reverse amplify stretch permute/; sub pick { # return a random element...