in reply to Re^2: Use of uninitialized value in subroutine entry at /home/roarce/perl5/perlbrew/perls/perl-5.28.0/lib/site_perl/5.28.0/Seeder/Finder.pm line 476, <IN> line 8192.
in thread Use of uninitialized value in subroutine entry at /home/roarce/perl5/perlbrew/perls/perl-5.28.0/lib/site_perl/5.28.0/Seeder/Finder.pm line 476, <IN> line 8192.
Hi Rocio, start by inserting the above print statements I suggested to the relevant Perl file and report the output. Only you can sort this out because you have the data files and you can run them to see what the debugging messages report. One of those debugging messages will cause the program to exit if there are undefined values. So watch out for that too. See also if you can run it successfully with some datafiles and if yes, what's the difference between failed and successful data files. If you could also reduce the data files to the absolute minimum it would make debugging easier. Anyway, start by inserting those debug messages, run it and let us know.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Use of uninitialized value in subroutine entry at /home/roarce/perl5/perlbrew/perls/perl-5.28.0/lib/site_perl/5.28.0/Seeder/Finder.pm line 476, <IN> line 8192.
by roarce92 (Acolyte) on May 25, 2020 at 22:57 UTC | |
|
Re^4: Use of uninitialized value in subroutine entry at /home/roarce/perl5/perlbrew/perls/perl-5.28.0/lib/site_perl/5.28.0/Seeder/Finder.pm line 476, <IN> line 8192.
by roarce92 (Acolyte) on May 25, 2020 at 16:45 UTC | |