I am using perl -w -i~ -n inorder to filter lines from a file.
My script name is filter.pl
I use it by: filter.pl <file name>
If my file ends without newline : for example in "jjjjj"
I want to add to it a new line.
I thought to add in the END block \n to the file - The problem is that...
Hi,
I am using Getopt::Long:Configure with pass_through (because I wrote a wrapper script).
Here is the definition:
"Options that are unknown, ambiguous or supplied with an invalid option value are passed through in @ARGV instead of being flagged as errors. This makes it possible to write...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.