Is there a meaning to
open(FILE,"<>file.txt) command.
I am asking because it seems that when I tried to use the open command again but instead <> I used < things get a little bit weird , meaning :
open (FILE,"<","file.txt")or die ("EXIT);
I got a return value 1 but not "EXIT" !
Can be?
-thanks.
open(FILE,"<>file.txt) command.
I am asking because it seems that when I tried to use the open command again but instead <> I used < things get a little bit weird , meaning :
open (FILE,"<","file.txt")or die ("EXIT);
I got a return value 1 but not "EXIT" !
Can be?
-thanks.