Help for this page

Select Code to Download


  1. or download this
    @num_list1=(34,2,65,345,987,23,12,45,62,100);
    @num_list= sort {a <=> b} @num_list1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        print " The key is $index\n";
    }
    else {print "key is not found";}