Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use 5.010;
    
  2. or download this
    Peter Peter Peter
    Peter Peter Peter
    
  3. or download this
    my %hash = (1 .. 20);
    say join ' ', theSub(%hash);
    sub theSub {return @_;}
    
  4. or download this
    my @lines = split '\n', `perldoc perlrequick`;
    
  5. or download this
    Sentences can be hard to parse. Take the following for example:
    "Mr. Jones works for I.B.M. ... or maybe not.". (Not so easy eh?) So,
    did this get it right?