in reply to Re^2: Problem with the Perl/Java intergarion when new line break is used in the argument
in thread Problem with the Perl/Java intergarion when new line break is used in the argument

Glad to help ;-)

Escaping mechanisms have been the bane of my existence often enough; especially Javascript/(PHP|Perl)/HTML conjoint escape issues. ::shudder::

for(split(" ","tsuJ rehtonA lreP rekcaH")){print reverse . " "}print "\b.\n";
  • Comment on Re^3: Problem with the Perl/Java intergarion when new line break is used in the argument
  • Download Code