Search Results

Search: Posts Made By: shreedhar
13,220
Posted By shreedhar
#! /usr/bin/perl use strict; ...
#! /usr/bin/perl
use strict;

$file='max_char'; #input file

open (FH, $file) || die "Error in Opening:$file file\n";
my $count;
my $len;
my $read;
my $max;
my $line;
while ($read = <FH>)...
3,482
Posted By shreedhar
#! /usr/bin/perl $file='last_block'; #file...
#! /usr/bin/perl

$file='last_block'; #file name
open (FH, $file);

while ($line=<FH>) {
undef(@array);
chomp($line);
if($line =~ /^START/) {
while...
Showing results 1 to 2 of 2

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