Help for this page

Select Code to Download


  1. or download this
    my @tagthese = (4,5,6);
    # ... down in the read loop
        for (@data[@tagthese]) {
            $_ = '?' . $_ if $_ < $minclip or $_ > $maxclip;
        }