Re: A very general question to perl experts

2005-05-17 Thread John W. Krahn
Madhur Kashyap wrote: Hello Perl Experts, Hello, I am facing a problem day-in and day-out with my perl code. There are a couple of subroutines in it. Below I am writing the stub-form of my perl code. [code moved to the end of message] I am calling lot of subroutines in updateNetPairsDB () subrouti

Re: A very general question to perl experts

2005-05-17 Thread Dave Gray
> sub readDefectData { > my $defectDataFH=new FileHandle; > open ($defectDataFH,$_[0]) or die "Error: Cannot load defectivity > data, $_[0]\n"; > print "Loading defect data ... "; > my %short; > while ($_=$defectDataFH->getline) { > chomp; >

A very general question to perl experts

2005-05-17 Thread Madhur Kashyap
Hello Perl Experts, I am facing a problem day-in and day-out with my perl code. There are a couple of subroutines in it. Below I am writing the stub-form of my perl code. === #!/usr/local/bin/perl #Some comments ... use strict; use