Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sort
@sea = qw/She sells sea shells on the sea shore/; @core = (3,2,5,6,7,5,4,3,6,8,7,6); print "Before : @sea\n"; print "Before : @core\n"; @sea = sort(@sea); @core = sort(@core); print "-+-+-+-+-+-+-+-+-+-+-+\n"; print "After : @sea\n"; print "After : @core\n";
run
|
edit
|
history
|
help
0
OSTL prateeshrk
perl_tutorial
Array_with_join_function
bitSum 059-1
Sanjana 101742
Quotes
Perl
perl plot circular list in a circle
Anchal 101712
G