> foreach $i (@access) { > chomp($i); > ($un,$pw) = > split(/\|/,$i); > }
at the end of this loop, $un and $pw contain the last element of @access..... __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]