garymgordon
Programmer
I am reading up on using FILEHANDLES, and they don't (for my level of understanding) fully explain the what, why, how, when and specific differences between the following.
+<
+>
>>
+>>
1) Are these considered OPERATORS or what?
2) They said something to the regard of "To open a file for eading and writing without truncating the file, prefix the file's name with a plus sign and a less than sign (+<), as follows.
open (RWFILE, "+<mytext.txt"
;
I don't understand what they mean by TRUNCATING in this example? What does truncating mean in this situation, and how is tuncating used?
3) How are these THINGIES (or operators - of what ever they might be called) specifically used and how?
Is there anything I need to know about them?
Thanks,
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer
+<
+>
>>
+>>
1) Are these considered OPERATORS or what?
2) They said something to the regard of "To open a file for eading and writing without truncating the file, prefix the file's name with a plus sign and a less than sign (+<), as follows.
open (RWFILE, "+<mytext.txt"
I don't understand what they mean by TRUNCATING in this example? What does truncating mean in this situation, and how is tuncating used?
3) How are these THINGIES (or operators - of what ever they might be called) specifically used and how?
Is there anything I need to know about them?
Thanks,
Gary
Gary M. Gordon, LLC
webmaster@garymgordon.com
Certified Web Developer ::
Application Programmer