RE: Archiving

2001-04-21 Thread Wagner-David
Makes sense, but unfortunately, I am mainly on win2k and not unix. Wags ;) -Original Message- From: Dennis LaPine [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 14:27 To: Wagner-David; [EMAIL PROTECTED] Subject: Re: Archiving This is on Unix, the file link format is like 200

Re: Archiving

2001-04-21 Thread Dennis LaPine
This is on Unix, the file link format is like 2001Apr21.html. I would like the link to create itself after so many posts, then be written to until midnight. Then the process would just start over again like that each day. Make sense? Thanks Dennis Wagner-David wrote: > What are the current arch

RE: Archiving

2001-04-21 Thread Wagner-David
What are the current archive files like? How often are you wanting to do this? Is it on Windows? Linux? Unix? Wags ;) -Original Message- From: Dennis LaPine [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 13:22 To: [EMAIL PROTECTED] Subject: Archiving Here's one from the green

Archiving

2001-04-21 Thread Dennis LaPine
Here's one from the greenest of greenhorns! Anyone aware of a script and or how I might go about archiving posts from within a chat room I've built? This chat room has been up and running well for over a year and has search capabilities of the present manually created archives. The script that run

Re: How do I know which modules are installed?

2001-04-21 Thread Casey West
On Fri, Apr 20, 2001 at 08:29:59PM -0700, Chip Wiegand wrote: : I once saw a command for listing the installed modules, but now cannot : remember it. If you want a listing of all the installed modules on your box, try this: perldoc perllocal Of course, this doesn't list all the standard modules

MySQL Connection, possibly off topic

2001-04-21 Thread Wilmar Pérez
Hi guys Well, I don't know whether this is off topic or not, if so please excuse me. This is the thread: I've been trying (for several days) to connect from my Windows client to a database in mysql using MyODBC for Windows. To be more clear: I´m developing a web based data base on a Windows c

Re: renaming files in a directory....

2001-04-21 Thread Syarzhuk Kazachenka
>I'd like to rename the existing files in a directory to "filename.txt" The >files have no extensions, and have names like: >B0724 B0834 B1236 B1356 B1370 >A0012 A0036 A0050 A0120 A0302 A0310 rename1.pl Why do you need Perl here? If you want to change extensions of all files to .txt, use this c

Re: How do I know which modules are installed?

2001-04-21 Thread Chip Wiegand
Thanks guys, that works fine, and it responds as expected. -- Chip On Sat, 21 Apr 2001 07:21:17 -0700 (PDT) Matt Cauthorn <[EMAIL PROTECTED]> surely must have wrote something like: > Sorry -- David H. Adler pointed out that I should've > left off the .pm from the command ' perldoc CGI.pm ' .

Re: How do I know which modules are installed?

2001-04-21 Thread Matt Cauthorn
Sorry -- David H. Adler pointed out that I should've left off the .pm from the command ' perldoc CGI.pm ' . He is 100% correct. I should've given you a screenshot, which would've caught my mistake. Anyhow, here's one now: C:\Documents and Settings\mcauthor\Desktop>perldoc CGI NAME CGI - Si