<p dir="ltr">I can get screenshots, but the paths are mounted and exist. The path in the error is not the first to be processed but is the first to error.</p>
<p dir="ltr">It seems to me that the script isn't handling a variable well.</p>
<div class="gmail_quote">On Nov 13, 2015 2:50 AM, "Sidney B" <<a href="mailto:sidney.omaha.pm@gmail.com">sidney.omaha.pm@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Your script says:<br># EDIT BELOW: this is the root directory where the patient files are<br>my $patientFileRoot = "/mnt/images/patient";<br><br></div>I don't think that directory is available on your new system. You need to locate the /images/patient directory and edit the path to it. <br></div>"mnt/" usually means you've mounted something (like a cd) and I think you aren't doing that. <br><br><br></div><div>BTW<br>Further down in the script you have another place to edit: <br># now get patients and start calculating file counts and sizes<br># EDIT BELOW:  change the name of the file to october to do October<br>open (PATIENTS, "september.csv") or die $!;<br>#open (PATIENTS, "october.csv") or die $!;<br><br></div><div>You might want to check those file names are correct too. <br><br></div><div>-Sidney<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 12, 2015 at 6:50 PM, Paul Hanson <span dir="ltr"><<a href="mailto:pmhanson@gmail.com" target="_blank">pmhanson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Sorry. Hopefully they are attached now.<br>
The subdirectories should not contain unicode characters. <br>
</p><br></blockquote></div><br></div></div>
<br>_______________________________________________<br>
Omaha-pm mailing list<br>
<a href="mailto:Omaha-pm@pm.org">Omaha-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/omaha-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/listinfo/omaha-pm</a><br></blockquote></div>