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
> 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;
>
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