in reply to
Can't use string as a HASH ref
sort { substr($a,2,2) <=> substr($b,2,2) || ... }
Comment on
Re: Can't use string as a HASH ref
Download
Code
Replies are listed 'Best First'.
Re^2: Can't use string as a HASH ref
by
tentacoolstuff
(Initiate)
on May 16, 2014 at 17:45 UTC
That worked for me, thanks! So simple haha
[reply]
In Section
Seekers of Perl Wisdom