Perl语言控制结构-循环-perl基础教程 时间:2024-05-15 02:47:52 【文件属性】: 文件名称:Perl语言控制结构-循环-perl基础教程 文件大小:578KB 文件格式:PPT 更新时间:2024-05-15 02:47:52 perl ppt Perl语言控制结构-循环 while循环 while ( ) { } until循环 until ( ) { } 类C的for循环 for ($count=1; $count <= 5; $count++) { # statements inside the loop go here } 立即下载