/ Published in: Perl
Yes, this is valid code.
Designed by myself, unless otherwise noted.
Designed by myself, unless otherwise noted.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
s/\\/\//g; ################ while(<>) { /^(\w+)/; } ############# ############## $x = 7; ####################### ######################