[ create a new paste ] login | about

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

Perl, pasted on Aug 21:
1
2
$input ="<string>";
print split(/[<,>]/,$input);


Output:
1
string


Create a new paste based on this one


Comments: