RE: Need regex to match all UPPERCASE letters?

2001-07-23 Thread Chris Mulcahy
$_ !~ /[a-z]/ Easy enough! hth Chris > -Original Message- > From: KEVIN ZEMBOWER [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 23, 2001 8:49 AM > To: < > Subject: Need regex to match all UPPERCASE letters? > > > I need help writing a regular expression that will match > lines that hav

Sessions

2001-07-19 Thread Chris Mulcahy
OK, simple one. Other than creating a database table and managing sessions on my own by passing cookies around manually, are there any options for managing sessions in Perl using CGI? Apache::Session appears to only work in the mod_perl version. The error I keep getting in my error_log file is:

EMail Header Munging

2001-06-12 Thread Chris Mulcahy
Greetings: I am trying to come up with a PERL script to munge the headers in SPAM email for reporting purposes. Obviously, I don't want to leave my email address in the headers when I report a SPAM to spamcop.net. Does anyone have a script that automatically munges the appropriate information f