Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    say for split two(32, 32), 'a  b  c';
    # This fails with "Too many arguments for main:two"
    say for split two(32, 32), 'a  b  c';