Help for this page

Select Code to Download


  1. or download this
    print qq(<input type="image" name="sort:$field:asc" src="$image_dir/do
    +wn.png">);
    
  2. or download this
    my ($sort_string) = grep { $_ =~ /^sort/ } @params;
    my ($sort_field, $sort_dir)
        = defined($sort_string)
        ? $sort_string =~ /^sort:(\w+):(\w+)/
        : qw(avin desc);