in reply to Re: Why my perl script skip my some of the executed lines even without using conditions??
in thread Why my perl script skip my some of the executed lines even without using conditions??
Sigh! Very very strange.... help!: : Line 331: close(FILE) or die "can't close $backupP +athDir: $!"; Line 332: close(NEW) or die "can't close $ldap_mov +e_file: $!"; Line 333: Line 334: my $test = `rm $backupPathDir`; Line 335: my $logfile = $step1_logfile . `date '+%m%d%Y'`; : :
|
|---|