Untitled

Run Settings
LanguagePerl
Language Version
Run Command
#!/usr/bin/perl # 全局变量 $string = "Hello, World!"; # 函数定义 sub PrintHello{ # PrintHello 函数的私有变量 my $string; $string = "Hello, W3xue!"; print "函数内字符串:$string\n"; } # 调用函数 PrintHello(); print "函数外字符串:$string\n";
Editor Settings
Theme
Key bindings
Full width
Lines