At 21:55 13.07.2001 +1000, Mal Beaton wrote:

>I am stuck on the foreach loop getting the first character of $user
>
>foreach $user (keys %{users{abc}}){
>### trying to get the first character of $user here

my $fc = substr($user, 0, 1); # $fc now contains the first character of $user


Aaron Craig
Programming
iSoftitler.com

Reply via email to