Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    __END__
    "a b c\nb b c\nd b c\n"
    ["a b c\nb b c\nd b c\n"]
    
  2. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
    __END__
    "a b c\nb b c\nd b c\n"
    ["a", "b", "c", "b", "b", "c", "d", "b", "c"]