Untitled

Run Settings
LanguagePerl
Language Version
Run Command
#!/usr/bin/perl $a = 10; # 执行 do...while 循环 do{ printf "a 的值为: $a\n"; $a = $a + 1; }while( $a < 15 );
Editor Settings
Theme
Key bindings
Full width
Lines