in reply to Re^4: Creating a new file in a directory
in thread Creating a new file in a directory
Yes, that means you have a newline in $mycrdir. This is because you read $mycrdir from the user and that readline includes the final newline as entered by the user. You could have shown this part of your code as well to make it more obvious that $mycrdir is read from the outside.
|
---|