You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When testing against OpenBSD, the -a option argument can be given with or without a leading space
* Allow this version to accept "-a c" form to avoid confusion
* Sync usage string with BSD version: "[-a c]" instead of [-ac] which could be confused as grouped options -a and -c
* If a bad option was given, e.g. -x, print the bad option before the usage string
* If the argument to -a is not 1 character, reject it and terminate the program
* test1: perl apply -a'!' 'echo HELLO, !1' e*.c # say hello to my e files
* test2: perl apply -a '!' 'echo HELLO, !1' e*.c # same
* test3: perl apply 'echo HELLO, %1' e*.c # same, without -a
0 commit comments