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

Selvakumar has asked for the wisdom of the Perl Monks concerning the following question:

I have a array like this.
@array=("ch1","ch11","ch2","ch5","ch55","ch16");
i need to sort like
ch1
ch2
ch5
ch11
ch16
ch55

How can i do that?