[ create a new paste ] login | about

Link: http://codepad.org/WNoz36zp    [ raw code | output | fork ]

Perl, pasted on Sep 1:
1
2
3
4
$abc="hello world";
@abc=('$abc',"dataabc");

print eval @abc[0];


Output:
1
hello world


Create a new paste based on this one


Comments: