View Single Post
  #5  
Old 05-30-2007, 05:06 AM
sfisque
Hill Giant
 
Join Date: Oct 2006
Posts: 248
Default

elsif works fine. (remember, perl uses elsif, not "else if" like java or c or c++)

logical operators should work fine as well.

as a rule of thumb,i usually test by executing the script from the CLI directly in perl. if perl complains about syntax issues, you need to correct them before testing inside the emu.

== sfisque
Reply With Quote