Search Results

Search: Posts Made By: rangarasan
2
1,691
Posted By rangarasan
perl
Hi,

Try this one,


#! /usr/bin/perl

my $file = "path/inputfile";
my $outfile = "path/outfile";

if( open(IFILE, "<", "$file") )
{
if ( open(OFILE, ">", "$outfile") )
{
...
Showing results 1 to 1 of 1

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