Help for this page
#!/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';