Search Results

Search: Posts Made By: kvth
21,514
Posted By ilikecows
#!C:/perl/bin use warnings; use strict; ...
#!C:/perl/bin
use warnings;
use strict;

my $file1 = $ARGV[0];
my @input = "";
my @line;
my $outfile = $file1 . updated
open FILE1, "<$file1"
or die "Can't open $file1: $!\n";

open...
Showing results 1 to 1 of 1

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