in reply to Re: splitting output to separate files, one per line
in thread splitting output to separate files, one per line
Update: Nevermind, it works without the curlies. It didn't work a minute ago... The script probably didn't save correctly.
Change
open FH, ">$..line";
to
open FH, ">${.}.line";
for your code to work.
|
|---|