Help for this page

Select Code to Download


  1. or download this
    perl -e 'print "Ok\n" if( "foo\n" eq "foo" )'
    
  2. or download this
    perl -e 'print "Ok\n" if( "foo\n" =~ /^foo$/ )'