Re: quick sort error

2002-02-01 Thread Jeff 'japhy' Pinyan
On Feb 1, sanilkumar said: >This program is not working That is the worst possible way to describe your program -- WHAT doesn't work about it?! Do you get any error messages? >print "Enter the num: of num: "; >my $co=; >for(my $i=0;$i<$co;$i++) >{ > my $r=$i+1; > print("Enter the

quick sort error

2002-02-01 Thread sanilkumar
This program is not working enyone hep me to complete this print "Enter the num: of num: "; my $co=; for(my $i=0;$i<$co;$i++) { my $r=$i+1; print("Enter the $r number"); local$a[$i]=; } $first=0; $last=$co; quicksort(\@a,$first,$last); system(clear); print("\t@a"); sub