What is this doing? am I on the right track? I want to
populate this into a hash after splitting it:


sub data_file{
open FILE, "colon-delimted.txt";
while (my $line = <FILE>) {
$line =
($driver,$sponsor,$owner,$chief,$car,$bio,$team) =
split /:/, @_; 

}


}


                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to