On Mar 5, 2013, at 1:37 PM, Lukas Fleischer wrote:
> + if ($line[0] = '#') {
> + continue;
> + }
Do you mean
if ($line[0] == '#') {
?
Alex
On Mar 5, 2013, at 1:37 PM, Lukas Fleischer wrote:
> + if ($line[0] = '#') {
> + continue;
> + }
Do you mean
if ($line[0] == '#') {
?
Alex