Help for this page

Select Code to Download


  1. or download this
    my @sorted_list = 
         map { $database_in[ $$_[0] ] }
         sort { $$a[1] cmp $$b[1] }
         map { [ $_, (split /\t/, $database_in[ $_ ])[3] ] }(0..@database_
    +in-1);
    
  2. or download this
    perl -e '$cat = "cat"; if ($cat =~ /\143\x61\x74/) { print "Its a cat!
    +\n"; } else { print "Thats a dog\n"; } print "\n";'