codepad
[
create a new paste
]
login
|
about
Language:
C
C++
D
Haskell
Lua
OCaml
PHP
Perl
Plain Text
Python
Ruby
Scheme
Tcl
use strict; use warnings; my $x = 'Hello World'; $x =~ s/World/Web/; $y = "I want to say '$x' but \$y not localised"; print "$y\n";
Private
[
?
]
Run code