<p dir="ltr">I have a perl script someone else wrote with some issues and I wonder if you all could take a quick glance and tell me where it's gone wrong.</p>
<p dir="ltr">I have a lot of files on a fileshare which are clinical data that hospitals upload to us.  I'm just trying to figure out how much space each hospital is consuming.  Attached are csv files and a perl script.  The hospitals data is just reference information (a numeric ID) and the other files are, I think, reference for a specific month.  There is no sensitive data included here.</p>
<p dir="ltr">We're getting an error, like this one;</p>
<p dir="ltr">Can't stat /share/prdv2Images/patient/▒/▒4/494810: No such file or directory</p>
<p dir="ltr">at getPatientFileSizes.pl line 44</p>
<p dir="ltr">Can't stat /share/prdv2Images/patient/▒/▒4/494810: No such file or directory</p>
<p dir="ltr">at getPatientFileSizes.pl line 46</p>
<p dir="ltr">Can't use an undefined value as an ARRAY reference at getPatientFileSizes.pl line 48, <PATIENTS> line 1.<br></p>
<p dir="ltr">I appreciate your time and feedback whenever you have a chance to look at this.</p>
<p dir="ltr">-Paul</p>