Hi, I've just searched the web and tried the archives but I'm not in luck
I'm reading a parameter file: PARAM=value PARAM1=value2 Etc. and this works great, but all of a sudden...I need multiple lines.. For example: login=logname password=password ftpfiles="/var/opt/file1, /var/opt/file2, /var/opt/file3 /var/opt/file4, /var/opt/file5 f/var/opt/ile6, /var/opt/file7" oracleftpport=2111 The file names are relative and so quite long so I prefer to put one on each line ? I've thought of slurping in paragraph mode but I'm really stuck for a good way to do it.. Perhaps a module ? Any ideas ? I can do this any other way, I just need to pass these parameters, I can do it any way I want.. I prefer not having two parameter files but ... Thanks in advance, Jerry -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>