in reply to Re^2: Is something wrong with the below Script??
in thread Is something wrong with the below Script??

That may be true, but does it matter?

--
use JAPH;
print JAPH::asString();

  • Comment on Re^3: Is something wrong with the below Script??

Replies are listed 'Best First'.
Re^4: Is something wrong with the below Script??
by Anonymous Monk on May 19, 2009 at 11:37 UTC
    koti688 seems to think it does.
      I think koti688 just wants the file with the substitutions in it to have the same name as the original file, without the need to write more code to handle temp files.

      If I were in that situation, I wouldn't cares whether there might be a temporary file involved somewhere behind the scenes, so long as my code can be simple.

      --
      use JAPH;
      print JAPH::asString();

        -i is short, but its all magic. koti688 has been show how to use it before, but apparently its too much magic.