katkurinaveen has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: mappiing input arguments taking perfectly but not given the out.
by Corion (Patriarch) on Mar 15, 2010 at 10:06 UTC

    Your code and output is far too long for me to look at it. Also, you don't ask a short and well-formulated question. But I see the following in your unformatted "error" output:

    ERROR 3) Bareword found where operator expected at Adhoc.txn line 91, +near "/SearchRadius>

    This looks to me as if you are trying to run a file named Adhoc.txn as a Perl script, while it contains something that might be XML or HTML. This is most likely an error, as very few XML files are executable as Perl programs.

Re: mappiing input arguments taking perfectly but not given the out.
by shmem (Chancellor) on Mar 15, 2010 at 11:58 UTC
    i excuted the txn property file it shows ERROR

    A property file is to be read, not executed, since it is not a program.

Re: mappiing input arguments taking perfectly but not given the out.
by talexb (Chancellor) on Mar 15, 2010 at 15:36 UTC