Help for this page

Select Code to Download


  1. or download this
            # user didn't specify columns, so just SAR each line and leave
    + alone
            } else {
    ...
                }
                print $OUT $_
            }
    
  2. or download this
            # user didn't specify columns, so just SAR each line and leave
    + alone
            } else {
    ...
                }
                print $OUT $_
            }
    
  3. or download this
    {C} > msar input.txt map.txt -r -i
    Reading mappings from file:  map.txt
    ...
    1168
    ----------------------------
    Mapped 3 entries.
    
  4. or download this
    {C} > msar.pl in.txt map.txt -i -r -c 1
    Reading mappings from file:  map.txt
    ...
    1168
    ----------------------------
    Mapped 2 entries.