in reply to Re: Sort then conditionally sort
in thread Sort then conditionally sort


Global symbol "%data" requires explicit package name


Ive been trying to figure out the file in/out code, but I get the error above, before getting to where the file in code even starts. Is something missing or not in correct order?

Replies are listed 'Best First'.
Re^3: Sort then conditionally sort
by ikegami (Patriarch) on Apr 11, 2009 at 06:44 UTC
    My program doesn't generate that error. You'd get that error if you used hash %data without declaring it.