in reply to Re: Extracting /regex/mg in a while loop
in thread Extracting /regex/mg in a while loop
The "bit bucket" on Windows is the psuedo file called NUL. This is a reserved file name and you cannot create a file named that. On command line: type someFile > NUL reads someFile and sends it to nowhere. You can open a filehandle to NUL and write to it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Extracting /regex/mg in a while loop
by kcott (Archbishop) on Oct 10, 2023 at 23:04 UTC |