At 2004-05-10 18:57:58 -0400, jesse at bestpractical.com wrote: > > elsif (/^-o$/) { > - $orderby = shift @ARGV; > + $data{'orderby'} = shift @ARGV; > } Oops, yes, that's correct. Thank you. -- ams