newbie-Multi users reading from a text file

S

S Hall

I have written my first perl script. The web page 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
 
G

Gunnar Hjalmarsson

S said:
The web page 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?

As long as they only read from it: No.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top