For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > May 2004 > newbie- Web page reading from text file ( multiple users)









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author newbie- Web page reading from text file ( multiple users)
S Hall

2004-05-20, 10:32 am

I have written my first perl script. The web calls this script which
opens and reads from a text file.

$ssTest="D:\\myfile\\mytest.csv";
open (FHANDLE,"$ssTest") || die "Error opening file $!";

Question:
Will there be a problem with multiple users opening and reading from
this file?

TIA
Steve
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com