Search Results

Search: Posts Made By: Raysf
3,871
Posted By in2nix4life
#!/usr/bin/perl # use strict; #...
#!/usr/bin/perl
#

use strict;

# define files
my $infile = "chr1_22.txt";
my $outfile = "chr1_23.txt";

# open infile in read mode and outfile in write mode
open(INFILE, "<$infile") or die...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 06:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy