hi there, couse of my missing skills with filehandling i would be happy if you provide me help.
this is my problem: 1) I�m getting a list of email adresses (strings) from a database into an array - o.k. no problem ... 2) now i have to merge this strings with strings from a file. in this file there are many configuration sections. the section i need looks like this: [WHITELIST] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] so i need to get all adresse under the [whitelist] tag into an array and merge them with my other array. i need to move the filepointer unter the tag - than cut the digit number and the "=" out - put the email adress in a array and calc to the digit number of the last entry +1. how can i handle this? i would be happy if you provide me some functions to search the string in the file and filter spec. chars from a line out. sorry 4 my bad english but i am from austria :) best regards, lukas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
