Search the web
Sign In
New User? Sign Up
Perl_Official · Perl . CGI . Shell script
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 970 - 999 of 2061   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
970
Javascript. If you look at the source code theres a TON of javascript functions that are called by the various buttons and stuff....
benkmann
Offline Send Email
Jan 1, 2002
4:21 pm
971
Hi, I was just wondering how one would go about auto-deleting .txt files from the server once they reach X number of days old.<br><br>Thanks,<br>~Steve~...
okkine
Offline Send Email
Jan 6, 2002
5:28 am
972
I was hoping you might point me in the right direction on a pretty simple problem. I have spent days just trying to see HOW to get this done, let alone doing...
hockeylist
Offline Send Email
Jan 6, 2002
9:57 pm
973
Michael #39,<br><br>It sounds to me like you want two scripts. One to maintain your users and one to edit the stats. The first you should be able to pick up at...
gagnesicor
Offline Send Email
Jan 7, 2002
10:03 pm
974
Sounds about right. although it never occured to me to make it two different scripts.<br><br>I have gotten a couple email responses and consensus seem to be ...
hockeylist
Offline Send Email
Jan 7, 2002
11:55 pm
975
Hi All,<br>Can Anyone tell me what is the best Perl development envirument to use in windows!<br><br>I am using Perl builder 2, but it is a demo version, so if...
najeh2000
Offline Send Email
Jan 8, 2002
2:28 pm
976
www.perl.org<br>www.perl.com...
webmaster_bmw
Offline Send Email
Jan 9, 2002
3:06 pm
977
I don't know if its still being distributed, but I use codemagic. Codemagic is nice because I can use it for Perl, C/C++, Java, and many others. I think...
The_Foundationer
The_Foundati...
Offline Send Email
Jan 9, 2002
7:10 pm
978
Hi friends,<br><br>I wrote a perl script that accepts a form from the user, then it will send two emails, one to the user himself and another to the ...
najeh2000
Offline Send Email
Jan 14, 2002
3:06 pm
979
You will probably need to know what server the script will be running on and what mail system it uses (sendmail, SMTP, etc), although there may well be a...
webmaster_bmw
Offline Send Email
Jan 15, 2002
2:32 pm
980
I made a script that takes a directory name and converts all the jpegs to a specific size and quality using GD.PM. The thing is GD uses an 8 bit format and I ...
escsco
Offline Send Email
Jan 16, 2002
8:25 am
981
I've heard Image Magick is good, but I've not tried it.<br><br>Greg...
webmaster_bmw
Offline Send Email
Jan 16, 2002
12:48 pm
982
Thanks, it works pretty well.<br><br>The only problem I'm having is changing the quality settings. So far, it doesn't seem to change it at ...
escsco
Offline Send Email
Jan 16, 2002
7:22 pm
983
I'm writing a perl-fu script to construct a bitmap font file for a font engine i'm writing. I'm having problems w/ the function gimp_text_get_extents_fontname...
JohnG27
Offline Send Email
Jan 24, 2002
5:25 pm
984
anyone know of or could spare a little space? I just wanna run a few cgi scripts for my web page...<br><br>or<br><br>how to set up so i can host on a box that...
will1409
Offline Send Email
Jan 25, 2002
10:19 am
985
Hello All, I need a good perl programmer to do my program on this website please visit..<br><br><a...
wakasmir
Offline Send Email
Jan 26, 2002
4:45 am
986
I need little help figuring out how to create next page with broswing mysql database. I can do the SQL Query but I'm not sure how to design the script work...
doctor_perl
Offline Send Email
Jan 31, 2002
7:25 pm
987
Well first off, are you using the DBI, or the Mysql.pm module?...
The_Foundationer
The_Foundati...
Offline Send Email
Feb 1, 2002
2:16 am
988
I am using Perl/DBI with Mysql...
doctor_perl
Offline Send Email
Feb 1, 2002
3:47 am
989
$db-&gt;selectall_arraref("yourSQLquery"); <br><br>this method prepare,execute the Sqlquery and returns an array reference to each row of result. ...
poszewka
Offline Send Email
Feb 1, 2002
7:01 pm
990
hehe that doesnt help. I need help making a next page link...
doctor_perl
Offline Send Email
Feb 1, 2002
7:07 pm
991
How to check if domain is available <br>and don't use whois?<br><br>Please help ....
poszewka
Offline Send Email
Feb 1, 2002
7:16 pm
992
Goto the all Registars web site and do a domain search. They would normally search their own whois database and internet wide whois database which is what...
doctor_perl
Offline Send Email
Feb 1, 2002
7:27 pm
993
or try nslookup. That will tell you if the domain already exists....
webmaster_bmw
Offline Send Email
Feb 4, 2002
12:55 pm
994
I need little help figuring out how to create next page with broswing mysql database. <br><br>I am trying to create a script that would broswe database with...
doctor_perl
Offline Send Email
Feb 4, 2002
5:15 pm
995
when i do a concatenate on a sting, it seems to put weid characters in my <br>text file <br><br><br>this is what i use:<br><br>$line =~ s/ //g; <br>$line =~...
V_acuum
Offline Send Email
Feb 5, 2002
7:59 pm
996
It may be a line feed (\r). If you want to get rid of everything but numbers and chars, try this:<br><br>$line =~ s/[^a-z0-9]//ig;<br><br>If you want to add in...
rand_mcneely
Offline Send Email
Feb 5, 2002
10:05 pm
997
Does anyone know how to insert a page break into a Excel spreadsheet when using sylk and Perl to create the file? If so, what is the syntax?<br><br>Thanks!...
morris101675
Offline Send Email
Feb 6, 2002
3:41 pm
998
Hi folks,<br>I need a perl module(s) that convert xml documetn to a simple text file (comma seperated or some thing like that) .. Is there and module. I came...
pollali_nagu
Offline Send Email
Feb 11, 2002
3:09 pm
999
That is the one you need to use or use the XML::Simple?<br><br>g@@d Luck......
leesishere
Offline Send Email
Feb 11, 2002
5:14 pm
Messages 970 - 999 of 2061   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help