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~...
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...
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...
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 ...
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...
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...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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 =~...
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...
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!...
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...