Help for this page

Select Code to Download


  1. or download this
    > perl -e ' $_="a\n"; print "match\n" if (m/^a\n$/); '
    match
    > perl -e ' $_="a\n"; print "match\n" if (m/^a$/); '
    match