in reply to How to remove the spaces after the directory name and before the .html extension from my code using perl?
Most likely, you read the space already in from your file into $line and then @data. Remove the spaces from the file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to remove the spaces after the directory name and before the .html extension from my code using perl?
by gpssana (Initiate) on Apr 13, 2017 at 09:38 UTC | |
by Corion (Patriarch) on Apr 13, 2017 at 10:41 UTC |