in reply to
sort and undef
Do you mean like this:
($result) = sort grep{defined()} ($val1, $val2) ;
[download]
Note. Usually it might be a good idea to tell whats the wanted result.
Comment on
Re: sort and undef
Download
Code
In Section
Seekers of Perl Wisdom