Search Results

Search: Posts Made By: Sanjeev G
5,026
Posted By Aia
# use_sanjeev_g.file.pl use strict; use...
# use_sanjeev_g.file.pl
use strict;
use warnings;

my $last_name = '';
my $writeout;
while(<>) {
if (/^#(\w+)#(.+)$/) {
if ($last_name ne $1) {
close $writeout if...
Showing results 1 to 1 of 1

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