in reply to Re^4: Error coming while using Use Strict
in thread Error coming while using Use Strict

No, you are creating one file, so you need one file handle. Then, you are creating one file, so you again need one file handle. Then, you are creating one file, so you again need one file handle. Then, you are creating one file, so you again need one file handle. Then, you are creating one file, so you again need one file handle.
Which makes it one file handle in total.
  • Comment on Re^5: Error coming while using Use Strict