- or download this
use strict;
use warnings;
use 5.010;
- or download this
Peter Peter Peter
Peter Peter Peter
- or download this
my %hash = (1 .. 20);
say join ' ', theSub(%hash);
sub theSub {return @_;}
- or download this
my @lines = split '\n', `perldoc perlrequick`;
- 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?