Help for this page

Select Code to Download


  1. or download this
    1234567890x.las
    1234567890x1.las
    1234567890x2.las
    
  2. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
            
            $counter = 0;
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
           return 1;
        }
    }
    
  4. or download this
    my @files2  = glob("$dir2/*.las");
    
  5. or download this
    while (<$loc_dir*$from>) {