Untitled

Run Settings
LanguagePerl
Language Version
Run Command
#/usr/bin/perl $a = 10; LOOP:do { if( $a == 15){ # 跳过迭代 $a = $a + 1; # 使用 goto LABEL 形式 goto LOOP; } print "a = $a\n"; $a = $a + 1; }while( $a < 20 );
Editor Settings
Theme
Key bindings
Full width
Lines