hi i need lots of help. i'm fairly new to perl and i only compiled win32::gui yesterday. i have a listview that i'd like to sort. i've tried things like
my($stuff) = @_; sort $a <=> $b, $stuff; and variations on that theme but nothing seems to work at all. also, is it possible to change the colour of 1 line in listview and is it possible to change the tick in a checkbox to a cross? thanx in advance