Hi,
I'm trying to install mysql 3.23.42 from source onto a solaris 2.6 server. I have the most recent GNU gcc, make, bison, m4, etc installed. My configure line is:
./configure --prefix=/usr/local/mysql --with-low-memory --with-assembler
My CXXFLAGS is defined in my env as...
Thanks Again! Everything is working great. I too have more of a Perl background and was surprised to see that the regular expressions were pretty much the same on the VB side of the house. You get a star! : )
Thanks! Havent Had a chance to test it out yet, but it looks like what I need. One questions though, should the $1 used to refference the tagged value in the pattern be changed to \1?
Thanks Again,
Troy
Just wondering if anyone would know the best way to do the following in VBSCRIPT. This is written using PERL, but need the same in VB...
for (split '\n', $string)
{
$userID = $1 if /UID\.+\s*(.+)/;
$fullName = $1 if /Full Name\.+\s*(.+)/;
#...etc...
}
$string will be an html page...
Hey spaz,
Thanks for the help, but this doesn't really help in my situation. Guess I need to give a little more background...
Here on the intranet we have a directory of all of the users with info like building, room, telephone #, etc. We cannot access the database for this, but instead...
Hello,
I have some experience in PERL, but am completely new to ASP/VBscript. I have been picking up the basics over the past day or two, but need a little help with the code below. Essentially, the piece of code below accesses a html file using a GET method to pass along a user id. The page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.