Is it possible in Perl to compose and IF Statement as follows:
if [condition] or [condition] Do this else Do this ---------------------------------------------------- I know you can do the this IF [condition] else My question is it possible to add the extra or condition? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
