in reply to Re^6: neglect warnings in open 3 HANDLE_OUT
in thread neglect warnings in open 3 HANDLE_OUT

Again, I do not know what you mean by "at single go". Assuming that a command line invocation of your Perl script outputs what you expect, you should probably be trying to figure out why your Java is misbehaving, and that's not a Perl question.


#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.

  • Comment on Re^7: neglect warnings in open 3 HANDLE_OUT

Replies are listed 'Best First'.
Re^8: neglect warnings in open 3 HANDLE_OUT
by sandeepda (Novice) on May 14, 2013 at 14:58 UTC
    Single go let me try to put it in other way around
    <Composites> i=0 compositedetail=swlib:soaprov/soacomposite=eis/FileAdapter#eis/Fil +eAdapter# swlib:soaprov/soacomposite=eis/FileAdapter#eis/FileAdapter# starts + with swlib </Composites>
    The solution which you gave will first print <Composites> then in next loop it prints i=0 ....etc .I want to save it to a variable $myVariable and print outside forloop ?
      Thanks for your wisdom I was able to move ahead.I assure In future I will follow your words.Thanks again for your help