Re: longmess_heavy subroutine undefined -- solved

2003-06-21 Thread Tassilo von Parseval
[ CCed to [EMAIL PROTECTED] ] On Sat, Jun 21, 2003 at 03:20:59PM -0700 Rob Richardson wrote: > I found out where the problem was, but not why it happened. It occured > to me that it might be a good idea to compile each of the module files > my program uses individually. One of them had a missin

Re: Array Question (Learning Perl/Win32 Chapter Test Question)

2003-06-21 Thread R. Joseph Newton
Anthony Beaman wrote: > Ahh...that's it! I didn't realize that. Now it makes sense! Thanks for clearing > this up! Any other advice on getting through this book? Thanks again! For right now, let this concept absorb deeply.Understanding the cardinal/ordinal numbering systems and how they int

Re: perl question

2003-06-21 Thread Paul Johnson
On Sat, Jun 21, 2003 at 11:36:36PM +0200, Paul Johnson wrote: > On Sat, Jun 21, 2003 at 12:40:19PM -0700, Ioana Cozmuta wrote: > > [ Kept on p5p so no one else need reply, followups to perl-beginners ] > > > I did not intend to offend anybody with my message nor did I realize that > > this is a v

Re: Exchange Server Mailbox format

2003-06-21 Thread R. Joseph Newton
"Morrison, Trevor (Trevor)" wrote: > Hi, > > Does anyone know which mail box storage format an 2000 exchange server uses. I am > looking to parse emails that are stored in the folders. You should probably search the Microsoft knowledge base for that information. It is not really a Perl questi

Re: Quick CGI query_string() question

2003-06-21 Thread R. Joseph Newton
Dan Muey wrote: > Hello list, > > I have a probably simple thing. > > I'd like to basically do: > > use CGI qw(:standard); > my $q = query_string(); > > Except I need to remove two params from it: > > So if $q above is : hi=bye&love=hate&one=two&etc=etc Hmmm. Do you work for the State Department

Re: readir

2003-06-21 Thread R. Joseph Newton
Ronen Kfir wrote: > Hi, > > This is not I was asking for! > I'll explain again: > 1. Find all the places where a one specific file (with same name), is shown by read > recursively all subdir of certain directory (it is a trigger file for the rest of my > program). What you wrote is only the top

Re: Can LWP::Simple tranfer image urls?

2003-06-21 Thread Randal L. Schwartz
The code for 2001, 2002, and 2003 is in the thread starting at: -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writ

Re: There has to be a way to do this

2003-06-21 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Scott E Robinson) writes: >Is there a way in Perl to read the abbreviation >dicitionary (the tab-delimited list), generate the code, insert it into the >right subroutine, and start executing the program, all in one script? perldoc -f eval Also t

Re: readir

2003-06-21 Thread Josimar Nunes de Oliveira
Hello Clarkson, Thanks for everything you explained. The 'System Volume Information' is a restricted system folder (only SYSTEM can access) in NTFS. For a moment I was in trouble in how to handle the @file resulted from the File::Find. It´s a basic problem that I need to understand how to access

add IP address to log

2003-06-21 Thread Owl /MiDcEFnet/
OK i downloaded this nice simple random Img script, and i want to make it add the ip address of the caller to the log file any ideas where i would start would be most helpful... and i know i could just look in the httpd logs, but that way i learn no perl... thanks in advance Ritch.T #

RE: readir

2003-06-21 Thread Charles K. Clarkson
Josimar Nunes de Oliveira <[EMAIL PROTECTED]> wrote: : : My O.S. is w2k and I put the argument 'C:\\' to run; You don't have to use "C:\\". "C:/" is preferred. : then a message is : displayed: : : C:\Documents and Settings\Administrador\Desktop>perl filefind.pl : Can't opendir(c:\/

Re: Tassilo's email signature

2003-06-21 Thread R. Joseph Newton
"Sparrow, Dave" wrote: > A regular contributor to the Perl Quiz Of The Week discussion newsgroup > ([EMAIL PROTECTED]) is Tassilo von Parseval. His email signature > is reproduced below. I have no idea what it does and can't get it to run. > I'm curious... > Any ideas? > Thanks, > Dave. Greetings

Re: Access DB

2003-06-21 Thread R. Joseph Newton
Dan Muey wrote: > Hello faithful list! > > Has anyone worked with Microsoft Access Databases with perl? > > I either need to run a query on a remote Access Database or > Have the people that have that database save it in CSV format > or something to import it into mysql. > > Any ideas how best to

Re: Help needed regarding Parsing Apache Web log file, access_log

2003-06-21 Thread R. Joseph Newton
Anand Babu wrote: > No, I was not expecting anyone to give me a ready made program! I believe in the > adage that "Self Help is the Best Help":-) > Good. You will find a lot of help, then. > Thanks > > Anand > > - > > The script: > > > > #!/usr/bin/perl > > use Getopt::Lon