On Tue, 31 Aug 2004, Tim Musson wrote:
Hey all, I want to grab a config file from a web server. Basically I need to pull a ServerList.csv from a web server so I don't have to distribute it all over.
Is this a Perl question?
You could just put ServerList.csv into your web server's document root and serve it directly from Apache or whatever. If you want, you can have the web server put a password lock (etc) on the directory that the file lives in, or you can just drop it there and forget about it.
I'm unclear why you'd necessarily have to get Perl involved here.
-- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/
np: 'Sesame Street Theme Song' by Sesame Street from 'Sesame Street'
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>