When you're building $line you can replace the concatenation operators and ' marks by using qq:
$line = qq("$data{title}","$data{album}","$data{artist}","$data{songSt +ationName}","$data{coverArt}"\n);
The documentation is here: Quote and Quote like Operators
In reply to Re: RFC: pianobar event example
by nevdka
in thread RFC: pianobar event example
by ulterior_modem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |