Help for this page

Select Code to Download


  1. or download this
    perl -ne'splice@l,rand$.,0,$_}{print@l'
    
  2. or download this
    my @lines;
    splice @lines, rand $., 0, $_ while <>;
    print @lines;