# Begin the Editing of the MySQL File open (FILE,"$mysql") || die "Can't Open $mysql: $!\n"; @LINES=; close(FILE); $SIZE=@LINES; # Open Link File to Output open (MYSQL,">$mysql") || die "Can't Open $mysql: $!\n"; for ($i=0;$i<=$SIZE;$i++) { $_=$LINES[$i]; if (//) {