Help for this page
push @array, ('@', '@') if scalar(@array) < 10; splice @array, -2, 2 if scalar(@array) >= 10;
use strict; use warnings; ... $str .= "@@" if length ($str) < 10; substr $str, -2, 2, '' if length ($str) > 10; }
my $newStr = autoformat ($str, { justify => 'center' }); print "$newStr\n";
www.com | www.net | www.org
Never Hardly ever Occasionally Fairly regularly Frequently
Results (26 votes). Check out past polls.