Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    #open (FILE,"$ARGV[0]") or die;
    ...
    df    76    290    11    232
    wq    13    170    20    180
    ss    89    288    12    270
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    df    76    290    11    232
    wq    13    170    20    180
    ss    89    288    12    270