Re: Exception error in perl code

2009-06-17 Thread Jim Gibson
On 6/16/09 Tue Jun 16, 2009 9:14 PM, "Rajini Naidu" scribbled: > Hi, > > > I have the following code in my program. > > use strict; > use warnings; > use diagnostics; > use Time::Local; > > my @match_list; > my $days1 = ""; > my $days2 = ""; > my $day = ""; > > > > if ($failtag eq "Compi

Exception error in perl code

2009-06-16 Thread Rajini Naidu
Hi, I have the following code in my program. use strict; use warnings; use diagnostics; use Time::Local; my @match_list; my $days1 = ""; my $days2 = ""; my $day = ""; if ($failtag eq "CompileErr") { open my $pipe, "-|", "/usr/atria/bin/cleartool", "desc", "$include_path/$srcfile" or die "co