Click
here
to show toolbars of the Web Online Help System:
show toolbars
#ex_15-2 #Learning Perl Appendix A, Exercise 15.2 chomp(@nums =
); # note special use of chomp @nums = sort { $a <=> $b } @nums; foreach (@nums) { printf "%30g\n", $_; }
This HTML Help has been published using the chm2web software.