Help for this page
m/.{$width}/
substr($someVar,$offSet,$width)
$text =~ s/(.*)($string_1)(.*)($string_2)(.*)/$1$4$3$2$5/ #taken from recent post if ($text =~ m/^.*(\.txt)$/) #used to see if $text ends in .txt
$text = s/($string_1)(.*)($string_2)/$3$2$1/ if ($text =~ m/\.txt$/)
0 1 2 3 4 5 6 7
Results (641 votes), past polls