摘要:本章节实在是简单的不想写,太多雷同的部分了。understanding conditional statements1. conditional execute code selectivelyif(condition){ statements)2. conditionals my provide alternative codeif (condition){ statement_1}else{ statement_2}beginning with version 5.10, perl also provides a switch statement -use given ...
阅读全文