Untitled

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