Sorting algorithms/Bubble sort: Difference between revisions

m
→‎{{header|Perl}}: Rewrited to works with.
m (Got rid of algorithm and examples separation, superficially fixed the algorithm description)
m (→‎{{header|Perl}}: Rewrited to works with.)
Line 389:
 
=={{header|Perl}}==
'''Interpreter:'''{{works [[with|Perl]] |5.8.8}}
 
# Sorts an array in place and returns a copy
sub bubble_sort (@) {
Anonymous user