Help for this page

Select Code to Download


  1. or download this
    22:59 >perl -MData::Dump -wE "my $s = qq[\n</body> \n</html>]; my @arr
    +ay = split(/[ \t]+/, $s); dd \@array;"
    ["\n</body>", "\n</html>"]
    
    23:00 >