Hello, I have a script which reads a list and then puts it into an array which is then inserted into a mysql DB... i was having problems with the part that reads the list and then splits up the list that is parsed by | ..any help would be appreciated
open(GD, "$path/$list") || &death("Can't open $list: um121");
@data = <GD>;
close GD;
@data = split (/|/, $name, $email, $passwd)
thanks
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
