Thread
:
Buffing PERL Script (Formatting)
View Single Post
#
10
09-06-2004, 03:21 PM
smogo
Discordant
Join Date: Jan 2004
Location: 47
Posts: 339
you didn't close the match pattern in the if clause :
Code:
if($text=~/ShapeChange30)
should be
Code:
if($text=~/ShapeChange30/)
on all such lines.
This might not solve all your pbs, but it's a start imho. i hope this helps.
__________________
EQEMu Quest Repository
is down until something new :(
smogo
View Public Profile
Send a private message to smogo
Find all posts by smogo