Forum: Perl Jun 13th, 2005 |
| Replies: 9 Views: 7,966 awesome, kordaff!! that helps a lot and is much appreciated! :mrgreen: |
Forum: Perl Jun 8th, 2005 |
| Replies: 9 Views: 7,966 thanks again for your assistance., i'll certainly share whatever my findings are. |
Forum: Perl Jun 8th, 2005 |
| Replies: 9 Views: 7,966 hi comatose,
thanks for the link :) . i've got some experience with regular expressions, though the syntax in perl is a little different than what i'm used to. here is the basic regular... |
Forum: Perl Jun 8th, 2005 |
| Replies: 8 Views: 14,886 thanks... sorry about posting non-perl code :o |
Forum: Perl Jun 8th, 2005 |
| Replies: 8 Views: 14,886 greetings,
i know this is a perl forum, but we we rotate logs at my job using a ksh script on a cron every night at 11:59 pm:
#!/bin/ksh
DATE=`date +%Y%m%d`
FILES=`find /home/shared/logs/ \(... |
Forum: Perl Jun 7th, 2005 |
| Replies: 9 Views: 7,966 greetings,
i'm brand new to perl and trying to write a script to read a logfile for our weblogic server and write certain entries into a database table. the log file is a log4j weblogic log. ... |