Untitled

Run Settings
LanguagePerl
Language Version
Run Command
#!/usr/bin/perl $string = "welcome to W3xue site."; $string =~ m/W3/; print "匹配前的字符串: $`\n"; print "匹配的字符串: $&\n"; print "匹配后的字符串: $'\n";
Editor Settings
Theme
Key bindings
Full width
Lines