- or download this
while ($in{$modContactTitle} =~ /[\s]+$/)
{
chop($in{$modContactTitle});
}
- or download this
$in{$modContactTitle} =~ s/[\s]+$//;<br>
# yes the '[]' aren't necessary, but are helpful
- or download this
[0-9]
- or download this
and are you sure you want '1' and not $[ in:
@array = (split " ", $sites);
print $array[1];
if ($array[1] == 7)
{ ...