logging issue

2003-08-14 Thread Quenten Griffith
Hello all, For somereason I have a bit of code that will not write out to the log file when it finds my array empty #Start of upload Files } elsif ( $ARGV[1] eq "-p" ) { $log->write(" Ok we have been passed the -p so we will be putting files to $site"); my $ftp =

Re: logging issue

2003-08-09 Thread Quenten Griffith
Disregard I had an extra space after the glob $file part once I made it (glob $file) instead of (glob $file ) it worked. Odd very odd. --- Quenten Griffith <[EMAIL PROTECTED]> wrote: > Hello all, > > For somereason I have a bit of code that will not > write out to the log fil

Re: Reg. Exp. to find dir. question

2003-07-31 Thread Quenten Griffith
Thank you that worked, and thank you for the tip about chomp/chop --- Rob Dixon <[EMAIL PROTECTED]> wrote: > > "Quenten Griffith" <[EMAIL PROTECTED]> wrote in > message > news:[EMAIL PROTECTED] > > Hello all I have a script that reads in a control >

Reg. Exp. to find dir. question

2003-07-30 Thread Quenten Griffith
/your or /your/path/is. Is there a better reg.exp. I can use that will match anything with a / in and everything after it so I can have /your our /your/path or even a dir. ten levels deep and it will still match it? Thank you for your time. Quenten Griffith ext.4802 Unix System Admin. __