[ create a new paste ] login | about

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

Perl, pasted on Aug 21:
1
2
$input = "<string>";
print $input =~ /<(.*)>/; 


Output:
1
string


Create a new paste based on this one


Comments: