Thread
:
Shoutcast with Awstats
View Single Post
18th January 2012, 00:43
#
3
deviantlinux
Junior Member
Join Date: Apr 2011
Posts: 3
For some reason I can't edit my own post...there is a bug.
On line 30, where is says:
Quote:
# Lose newlines
$_ =~ s/n//;
It should be a newline, not just an n:
Quote:
# Lose newlines
$_ =~ s/\n//;
deviantlinux
View Public Profile
Find More Posts by deviantlinux