in reply to Why my perl script skip my some of the executed lines even without using conditions??
This is not the case. If you have a condition check before calling "PrintSummary" function as follows :-
If $answer eq 'Y' then definitely the function would have been called.if ($answer eq "y") { #--Run DB2LDIF Before Changes--# $b4_after_statu +s = $db2ldif_after_ext Db2Ldif ValidUserArray ExtractUsers PrintSummary }
|
|---|