If we continue coding after these steps, it will affect further...Meaning: If we open one more file, it will retain the same functionality (making the file as single string). So avoid this, make it as local undef.Or after closing the file, do the $/="\n";
Post a Comment
1 comment:
If we continue coding after these steps, it will affect further...
Meaning: If we open one more file, it will retain the same functionality (making the file as single string). So avoid this, make it as local undef.
Or after closing the file, do the
$/="\n";
Post a Comment