hello monks,
what the difference between opening the file with pipe sysmbol and without pipe.where we actually use i mean which one is more efficient in which place and where it is inefficeient.
eg:
open(handle,"d:/help.txt |"); and
open(handle,"d:/help.txt");