Archive for July 13th, 2008
Even More GNUMP3d
by crazyskills on Jul.13, 2008, under uncategorized
I was getting the notice: “Use of uninitialized value in pattern match on line (121 and 127) in sorting.pm”
I attempted to solve the problem by defining the values $one and $two as follows:
my $one = “”;
my $two = “”;
I put these definitions on lines 54 and 55 of the sorting.pm file but I am still getting the notices (800 of them, which slows the beginning of the play down. More to come as I continue to research this issue.
-Orb