fixing a cron

2002-02-04 Thread Steven Vargas
Is there a way to do this on the command line? Turns out this weekend's server activity created a ton of binary files with numeral prefixes to their names. 01xx.bin, 02yy.bin, 03zz.bin, etc. I only need to remove the number prefixes, because the rest of the filename is unique. There a

Re: wildcard for unix????

2002-02-04 Thread Roger C Haslock
try chmod 0755 *.* - Roger - - Original Message - From: "Luinrandir Hernson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 03, 2002 8:54 PM Subject: wildcard for unix What is the global wildcard for unix? I'm trying to chmod 755 all f

Re: wildcard for unix????

2002-02-04 Thread Mo Holkar / UKG
In Unix you can just use * as a filename wildcard, you don't need *.* But bear in mind that depending on who owns the files in the directory, you may not be permitted to chmod (all of) them. Mo At 10:50 04/02/02, you wrote: >try > >chmod 0755 *.* > >- Roger - > >- Original Message - >F

perl/CGTI on windows

2002-02-04 Thread Patrick
Can anyone recommend a program to test CGI scripts on windows before uploading them to a unix server. I have tried active perl, but my knowledge of UNIX is very small. This program does not come with instructions of how to test or run programs. I get the perl/dos type window open but it wont let m

RE: validation

2002-02-04 Thread Bob Showalter
> -Original Message- > From: Al Hospers [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 03, 2002 1:37 PM > To: [EMAIL PROTECTED] > Subject: RE: validation > > > > Al> thanks to everyone who responded. it seems that Bob's > > Al> /^\d+$/ > > > > Al> works the best overall for this si

RE: perl/CGTI on windows

2002-02-04 Thread yahoo
ActiveStates Komodo seems to come with a cgi testing shell. joel -Original Message- From: Patrick [mailto:[EMAIL PROTECTED]] Sent: 04 February 2002 12:28 To: [EMAIL PROTECTED] Subject: perl/CGTI on windows Can anyone recommend a program to test CGI scripts on windows before uploading

Re: wildcard for unix????

2002-02-04 Thread William.Ampeh
It is chmod -R * -R for recursive __ William Ampeh (x3939) Federal Reserve Board -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

image refresh timer

2002-02-04 Thread Patrick
Im looking to set up a timer on a page for images that would have the images change on their one at predetermined intervals like every 15 seconds an new one would rotate into the table. Like for banner rotation but not having to wait till the page reload to see the new image. Can someone point me

CGI/Perl Family Tree script ?

2002-02-04 Thread ChrisB
Does anyone know of an available CGI-Perl script for creating a Family Tree type website? I'm looking for something Perl based to do a Geneology thing for my family, preferably dbase driven w/ MySQL or Postgresql... Thanks in advance Chris -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Career

2002-02-04 Thread Camilo Gonzalez
I'm an open source freak and I was wondering about my prospects for finding a job. Are there like-minded companies or am I doomed to Windoze? Are Perl programmers in great demand? #!/usr/local/bin/perl print <<' EOF' Camilo Gonzalez Web Developer Taylor Johnso

Module to fill out form and read data from it

2002-02-04 Thread Daniel Falkenberg
G'day all, Does any one know of any CPAN modules that will fill out a form and read data from it? Basically I need a singe CGI perl script that connects to anther CGI script and fills out the form then gets the results I need. Regards, Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Module to fill out form and read data from it

2002-02-04 Thread Randal L. Schwartz
> "Daniel" == Daniel Falkenberg <[EMAIL PROTECTED]> writes: Daniel> Does any one know of any CPAN modules that will fill out a Daniel> form and read data from it? Basically I need a singe CGI perl Daniel> script that connects to anther CGI script and fills out the Daniel> form then gets the