pung96
|
[edit]
4.1 ¿ä¾à ¶
[edit]
4.2 ÆÐÅϸÅĪ º¯°æÀÚ ¶
[edit]
5 Perl Function ¶
@sorted = sort @list;
@sorted = sort { $a <=> $b } @list; # ¼ýÀÚ Á¤·Ä
@sorted = sort { $a cmp $b } @list; # ¹®ÀÚ¿ Á¤·Ä
@sorted = sort { EXPR } @list;
@sorted = sort { compare() } @list;
|
You have the power to influence all with whom you come in contact. |








