codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/URqkAQOZ
[
raw code
|
output
|
fork
]
skeletonkey
-
Perl
,
pasted on Oct 11:
1
2
3
4
my
$a
=
50
;
my
$b
=
25
;
my
$c
=
$a
^
$b
;
print
"C: $c\n"
;
Output:
1
C: 43
Create a new paste based on this one
Comments: