Hi,
We can sort an array using sort command.
For example
@array = sort {$a <=> $b} @array;
Suppose if I use $c and $d, instead of $a and $b, it's not working. So there should some speciality with this $a,$b variable.
Please, anyone can tell me regarding this?
Thank you,