mbayer has asked for the wisdom of the Perl Monks concerning the following question:
if(Win32::OLE->LastError()=="true"){ #In case of error print Win32::OLE->LastError()."\n"if(Win32::OLE->LastError()); } else{ print "Virtual Directory Create successfully with out Errors!\n"; }
20050411 Edit by ysth: code tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Boolean??
by Taulmarill (Deacon) on Apr 11, 2005 at 14:33 UTC | |
|
Re: Boolean??
by cog (Parson) on Apr 11, 2005 at 14:36 UTC | |
by mbayer (Novice) on Apr 11, 2005 at 16:16 UTC | |
|
Re: Boolean??
by ysth (Canon) on Apr 11, 2005 at 16:20 UTC |