http://qs321.pair.com?node_id=11115689


in reply to 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.

It feels like your input data is corrupt, or not in the format expected by this module. And it's possible the format error is around line 8192 of the input file.


Dave

  • Comment on Re: 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.

Replies are listed 'Best First'.
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.
by roarce92 (Acolyte) on Apr 17, 2020 at 15:23 UTC

    Thanks Dave. The problem is the input file has only 7000 lines.

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.
by bliako (Monsignor) on Apr 18, 2020 at 11:28 UTC

    Could it be that filehandle IN is related to an intermediate file created by the program? Given that the other bug mentioned is also about the same line.

    A reply falls below the community's threshold of quality. You may see it by logging in.