Leaving this list.

2007-06-05 Thread Ron Goral
I am leaving this list even though I've been here for several years. While I find the information and ideas exchanged very helpful, I am fully disgusted by the amount of spam I receive. Over this last weekend, of 172 emails I received from this list, 52 were spam. That's nearly 1 in every 3. I am t

RE: Free PERL Editor

2006-11-22 Thread Ron Goral
> -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Thursday, 23 November, 2006 00:25 > To: Ron Goral; Suja Emmanuel; beginners@perl.org > Subject: Re: Free PERL Editor > > > > Not exactly free (shareware for $29 USD), I use Tex

RE: Free PERL Editor

2006-11-22 Thread Ron Goral
areware for $29 USD), I use Textpad for all my scripting and HTML work. http://www.textpad.com/products/textpad/index.html HTH - Ron Goral -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

RE: Spam from this list

2006-10-25 Thread Ron Goral
> -Original Message- > From: Mumia W. [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 25 October, 2006 07:07 > To: Beginners List > Subject: Re: Spam from this list > > > On 10/25/2006 06:45 AM, Ron Goral wrote: > > Is anyone else receiving spam from this list? I

Spam from this list

2006-10-25 Thread Ron Goral
Is anyone else receiving spam from this list? I use this email address only for this list, so it must be originating from someone on it. Any ideas? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: reading Perl syntax

2006-06-07 Thread Ron Goral
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of > Tom Phoenix > Sent: Wednesday, 07 June, 2006 08:00 > To: Ron Goral > Cc: beginners@perl.org > Subject: Re: reading Perl syntax > > > On 6/7/06, Ron Goral <[EMAIL

RE: reading Perl syntax

2006-06-07 Thread Ron Goral
cial to the smooth operation of your application, you need to check that it fits your validation expectations before trying to reference it. Peace - Ron Goral -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

RE: Chomp method

2006-04-27 Thread Ron Goral
> -Original Message- > From: Randal L. Schwartz [mailto:[EMAIL PROTECTED] > Sent: Thursday, 27 April, 2006 10:18 > To: beginners@perl.org > Subject: Re: Chomp method > > > For example, almost no amount of experimentation will stumble across > how chomp actually removes $/, not just "\n".

RE: Coding Styles

2006-04-20 Thread Ron Goral
> -Original Message- > From: Brent Clark [mailto:[EMAIL PROTECTED] > Sent: Thursday, 20 April, 2006 09:39 > To: Perl FAq > Subject: Coding Styles > > > Hi all > > > I seem to be having a few run ins with the "Project Leader", in > terms of my coding style. > > Im very much for modularizin

RE: Skipping blank lines while reading a flat file.

2005-10-07 Thread Ron Goral
> -Original Message- > From: Dave Thacker [mailto:[EMAIL PROTECTED] > Sent: Friday, October 07, 2005 07:05 > To: beginners@perl.org > Subject: Skipping blank lines while reading a flat file. > > > Perl 5.6 on linux > > Given this test file. > --start- > this > > is > > m

RE: Refernces on SWIG wanted

2005-04-18 Thread Ron Goral
;swig AND perl" and came up with quite a few hits on computer-related subjects. The first hit was to "http://www.swig.org/papers/Perl98/swigperl.htm";, so I'd suggest going to www.swig.org and rummaging around. Afraid I don't know anything about the subject though. HT

RE: www.perldoc.com

2005-02-28 Thread Ron Goral
> -Original Message- > From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] > Sent: Monday, February 28, 2005 8:53 AM > To: Gavin Henry > Cc: beginners@perl.org; [EMAIL PROTECTED] > Subject: Re: www.perldoc.com > > > Gavin Henry wrote: > > Is anyone having trouble getting to this domain? > >

RE: www.perldoc.com

2005-02-28 Thread Ron Goral
> Is anyone having trouble getting to this domain? > > I can never get a connection. YES !! I've been asking about this for months and no one else seemed to have any problems. However, no one in my geographical area can connect to the site. Even my ISP cannot. I've tried sending email to t

Problem assigning with File::Find

2005-01-29 Thread Ron Goral
Greetings all - I am having some problems understanding an issue of assignment within a closure (I think its a closure). My code is below. I've added the line numbers for reference. Note that this is an excerpt from a module. '$hr_self' is a blessed hash ref to the module. 'FindDGLibDir' is call

RE: Variable Value into MySQL DB

2004-12-27 Thread Ron Goral
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Monday, December 27, 2004 12:08 PM > To: beginners@perl.org > Subject: Variable Value into MySQL DB > > > Hi guys, > > I´m having kind´a problem... Here´s the deal... I´m using CGI so that the > user can, b

RE: MySQL and flock

2004-12-15 Thread Ron Goral
> -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 9:21 AM > To: Ron Goral; [EMAIL PROTECTED] > Subject: Re: MySQL and flock > > > Thanks but I don't have access to MySQL nor to the client that makes the &

RE: MySQL and flock

2004-12-14 Thread Ron Goral
> -Original Message- > From: Octavian Rasnita [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 14, 2004 6:57 AM > To: [EMAIL PROTECTED] > Subject: MySQL and flock > > > Hi all, > > Does anyone know if MySQL uses flock when it modifies the data from a > database for locking the file

RE: Is try-catch a better method for handling errors ?

2004-12-03 Thread Ron Goral
> -Original Message- > From: Nilay Puri, Noida [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 04, 2004 1:09 AM > To: [EMAIL PROTECTED] > Subject: Is try-catch a better method for handling errors ? > > > Hi All, > > > > I want opinion of perl experts in case of error handling. > > >

RE: using $! for die()ing with Package function

2004-12-02 Thread Ron Goral
> -Original Message- > From: JupiterHost.Net [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 7:15 PM > To: [EMAIL PROTECTED] > Subject: Re: using $! for die()ing with Package function > > > > > Paul Johnson wrote: > > > On Thu, Dec 02, 2004 at 05:59:49PM -0600, JupiterHost.N

RE: Spam:Re: using $! for die()ing with Package function

2004-12-02 Thread Ron Goral
> -Original Message- > From: JupiterHost.Net [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 7:06 PM > To: [EMAIL PROTECTED] > Subject: Re: Spam:Re: using $! for die()ing with Package function > > > > I don't think you can't set $! since it is a system var. > Perhaps you cou

RE: Spam:Re: using $! for die()ing with Package function

2004-12-02 Thread Ron Goral
> -Original Message- > From: Michael Kraus [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 02, 2004 6:43 PM > To: [EMAIL PROTECTED]; JupiterHost.Net; > [EMAIL PROTECTED] > Subject: RE: Spam:Re: using $! for die()ing with Package function > > > G'day... > > > Return undef or 0, just l

RE: Append on top (easy sollution)

2004-11-15 Thread Ron Goral
confidential material as it > may be snooped on by interested government parties for unknown > and undisclosed purposes - Regulation of Investigatory Powers > Act, 2000 Perl FAQ 5 talks about this in the subsection entitled "How do I change one line in a file/delete a line in a file/insert a line in the middle of a file/append to the beginning of a file?" Peace - Ron Goral -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

RE: Variable scope in wanted function

2004-10-12 Thread Ron Goral
> -Original Message- > From: Jenda Krynicky [mailto:[EMAIL PROTECTED] > Sent: Monday, October 11, 2004 10:39 AM > To: [EMAIL PROTECTED] > Subject: Re: Variable scope in wanted function > > > From: Gunnar Hjalmarsson <[EMAIL PROTECTED]> > > Ron

RE: Variable scope in wanted function

2004-10-11 Thread Ron Goral
> -Original Message- > From: Gunnar Hjalmarsson [mailto:[EMAIL PROTECTED] > Sent: Sunday, October 10, 2004 6:32 PM > To: [EMAIL PROTECTED] > Subject: Re: Variable scope in wanted function > > > Ron Goral wrote: > > I am having some difficulty with a m

Variable scope in wanted function

2004-10-10 Thread Ron Goral
file find(\&ProcessFile, $file_path); #- The Subroutine To Process Files And Directories sub ProcessFile {if ($_ eq $file_name){push (@a_files, $File::Find::name);}} # Return the paths found return @a_files; } # end FindPath Peace - Ron Goral -- To unsub

RE: Need some help using lib to add custom directories to @INC

2004-09-16 Thread Ron Goral
> -Original Message- > From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 16, 2004 9:03 AM > To: Ron Goral; Perl Beginners; [EMAIL PROTECTED] > Subject: Re: Need some help using lib to add custom directories to @INC > > > Please only po

Need some help using lib to add custom directories to @INC

2004-09-16 Thread Ron Goral
re printed to screen, they show values identical to the path used in the third example and that one derived in the fourth example. So, why does $Bin get added to @INC before the program tries to load Some_Module_In_lib_Dir, and $file_path does not? Up On The Mountain Design Group Custom sol

RE: Write to file with shared server certificate

2004-07-09 Thread Ron Goral
> -Original Message- > From: Gunnar Hjalmarsson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 8:58 PM > To: [EMAIL PROTECTED] > Subject: Re: Write to file with shared server certificate > > > Ron Goral wrote: > > If I try to create the file usi

RE: Write to file with shared server certificate

2004-07-08 Thread Ron Goral
> -Original Message- > From: Gunnar Hjalmarsson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 3:25 PM > To: [EMAIL PROTECTED] > Subject: Re: Write to file with shared server certificate > > > Ron Goral wrote: > > chmod 0666 is the right thing.

RE: Write to file with shared server certificate

2004-07-08 Thread Ron Goral
> -Original Message- > From: Gunnar Hjalmarsson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 08, 2004 9:19 AM > To: [EMAIL PROTECTED] > Subject: Re: Write to file with shared server certificate > > > Ron Goral wrote: > > I need to write to a log file to re

Write to file with shared server certificate

2004-07-08 Thread Ron Goral
ctory, but using the shared cert. requires a path like so: https://secure.hostname.com/mydomain/cgi-bin/logs/logfile.log rather than: https://www.mydomain.com/cgi-bin/logs/logfile.log Is there any way to overcome this short of owning the server or my own certificate? Thank you in advance - Ron

RE: Trying to locate module in parallel directory

2004-07-07 Thread Ron Goral
> Ron Goral wrote: > > Greetings - > > > > I am having trouble locating and using modules that are not in the > > current directory of a cgi script. For this test, I know the > > directory structure looks like this: > > > > cgi-bin/test/test.c

Trying to locate module in parallel directory

2004-07-07 Thread Ron Goral
d_path = $File::Find::dir;} } use FindBin qw($Bin); $Bin .= $mod_path; use lib "$Bin"; use DGStanLib; Ron Goral -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

RE: Locatiing Self-Installed Modules

2004-03-24 Thread Ron Goral
> -Original Message- > From: Bob Showalter [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 10:03 AM > To: 'Ron Goral'; Perl Beginners > Subject: RE: Locatiing Self-Installed Modules > > > Ron Goral wrote: > > Sorry, not sure what "

RE: Locatiing Self-Installed Modules

2004-03-23 Thread Ron Goral
Sorry, not sure what "bottom post" means. > -Original Message- > From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 23, 2004 9:05 AM > To: Ron Goral; Perl Beginners > Subject: RE: Locatiing Self-Installed Modules > > > Please bottom

RE: Locatiing Self-Installed Modules

2004-03-23 Thread Ron Goral
something like FindBin. Is there an alternative to this? Thanks again - Ron Goral > -Original Message- > From: Wiggins d'Anconia [mailto:[EMAIL PROTECTED] > Sent: Monday, March 22, 2004 7:10 PM > To: Ron Goral > Cc: Perl Beginners > Subject: Re: Locatiing Self-Inst

Locatiing Self-Installed Modules

2004-03-22 Thread Ron Goral
t;use" call which takes the form: /home/rongoral/uponthemountain-www/cgi-bin/DsgnGrp/Utilities/../Base Modifying the calls to DGObjectManager to "DsgnGrp/Base/DGObjectManager" or "Base/DGObjectManager" does not alleviate the issue. I am getting hopelessly confused here.

RE: error msg : can't use string as an ARRAY ref

2004-02-23 Thread Ron Goral
litting $_ when you push the data into @all_of_them << push (@all_of_them, split / /, $_) ; >> c) Just push the part number into @all_of_them and don't worry about accessing a multi-dimensional array. HTH - Ron Goral -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: fetchall_hashref error: invalid number of parameters?

2004-01-03 Thread Ron Goral
January 03, 2004 5:19 PM To: Ron Goral; Perl Beginners Subject: Re: fetchall_hashref error: invalid number of parameters? Ron Goral wrote: > > From: Rob Dixon [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 03, 2004 9:51 AM > To: [EMAIL PROTECTED] > Subject: Re: fetchall_

RE: fetchall_hashref error: invalid number of parameters?

2004-01-03 Thread Ron Goral
ubject: Re: fetchall_hashref error: invalid number of parameters? Ron Goral wrote: > > I am trying to hit a MySQL database using DBI::mysql. I am trying to get > table information using the SQL - "SHOW TABLE STATUS". > > The statement handle prepares and then executes as it shoul

fetchall_hashref error: invalid number of parameters?

2004-01-03 Thread Ron Goral
Howdy all - I am trying to hit a MySQL database using DBI::mysql. I am trying to get table information using the SQL - "SHOW TABLE STATUS". The statement handle prepares and then executes as it should, but when I try to get the info via $sth->fetchall_hashref, I get the following error: ===

RE: @INC paths on an IIS server

2003-12-09 Thread Ron Goral
-Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 8:42 PM To: Ron Goral Cc: Perl Beginners Subject: Re: @INC paths on an IIS server This strikes me as strange, because I have never had any problems using module placed correctly in

@INC paths on an IIS server

2003-12-08 Thread Ron Goral
under the administrator's account so there are no issues with permissions. Thanks - Ron Goral

RE: Browser wants to do a file download on a CGI script

2003-09-13 Thread Ron Goral
the other email I'd sent to the list, I apologize for making the inquiry before I had thoroughly checked my own code. Ron Goral -Original Message- From: R. Joseph Newton [mailto:[EMAIL PROTECTED] Sent: Sunday, September 14, 2003 12:17 AM To: Ron Goral Cc: Charles K. Clarkson; 'Per

RE: Browser wants to do a file download on a CGI script

2003-09-13 Thread Ron Goral
header information was being printed. Curious that the internal server error did not rear it's ugly head. Anyway, thanx for any efforts you may have put forth in this issue. Ron Goral self chastened and remorseful -Original Message- From: Charles K. Clarkson [mailto:[EMAIL PROT

RE: Browser wants to do a file download on a CGI script

2003-09-13 Thread Ron Goral
© 2000 Up On The Mountain Design Group mailto:$h_self{cfg_email_web_err}"; class="footer">$h_self{cfg_email_web_err} HTML } -Original Message- From: Charles K. Clarkson [mailto:[EM

RE: Browser wants to do a file download on a CGI script

2003-09-13 Thread Ron Goral
-- From: Charles K. Clarkson [mailto:[EMAIL PROTECTED] Sent: Saturday, September 13, 2003 7:17 PM To: 'Ron Goral'; 'Perl Beginners' Subject: RE: Browser wants to do a file download on a CGI script Ron Goral <[EMAIL PROTECTED]> wrote: : : Can anyone please tell me why my br

Browser wants to do a file download on a CGI script

2003-09-13 Thread Ron Goral
Can anyone please tell me why my browser wants to do a file download on a CGI script? Ron Goral

RE: AOL and IP Address Changes

2003-08-14 Thread Ron Goral
"Ah" again. I am not thinking on a large enough scale. Thanks Bob, you've been very helpful. Peace in Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2

RE: AOL and IP Address Changes

2003-08-14 Thread Ron Goral
Its a good thing I posted this question. Folks are pointing the errors of my ways. Better to find out here than when things are live. Good points Jenda. I think I'm going back to the drawing board and reconsider the methods I am using. Peace in Christ - Ron Goral [EMAIL PROTECTED] &l

RE: AOL and IP Address Changes

2003-08-14 Thread Ron Goral
ip is new and/or not recognized. Thanks for the input Bob. Peace in Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 11:05 AM To: 'Ron Goral'; Perl Beginners

AOL and IP Address Changes

2003-08-14 Thread Ron Goral
off to the VeriSign server and he is returned to my unsecured server, his IP address changes. Has anyone encountered this? If so, what solution can you suggest. Peace in Christ - Ron Goral [EMAIL PROTECTED]

RE: AOL and IP Address Changes

2003-08-14 Thread Ron Goral
ps this is just another reason to avoid using AOL, but I'd like to discover a reason for this seemingly arbitrary behavior. Peace in Christ - Ron Goral [EMAIL PROTECTED]

RE: Improving the Quality of Our Beginners was Re: Write permissions and other rights

2002-04-25 Thread Ron Goral
gize to you, Michael, for inadvertently implying that you had flamed me and I had words for you. This was not the case at all. Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -Original Message- > From: Michael Lamertz [mailto:[EMAIL PROTECTED]] >

RE: RegEx question

2002-04-24 Thread Ron Goral
d and the "+" sign is used to encode a " " (space). So, the form element value "My Home Page" gets sent as "My+Home+Page". Using the code above, in any of its forms, is cleaner and more efficient. Peace In Christ - Ron Goral [EMAIL PROTECTED] <mail

RE: Improving the Quality of Our Beginners was Re: Write permissions and other rights

2002-04-24 Thread Ron Goral
I was one of those "90 day wonders" who was lucky enough to have had excellent NCOs to teach me what life was really like. I should write a book entitled "All I Really Needed To Know I Learned From My Platoon Sergeant". Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: browsing html pages

2002-04-21 Thread Ron Goral
I have recently taken a stab at this myself. There is probably an easier way, but I could not make ::TreeBuilder respond well. I had to sub-class it. I'm sure that drieux has some wisdom about this and how to do it more easily. =) Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailt

RE: Perl CGI with ISP - advice?

2002-04-16 Thread Ron Goral
/cgiperl/helper.zip. This one will produce links to the CPAN modules associated with the installed modules. In my mind, it is better. Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -Original Message- > From: John Brooking [mailto:[EMAIL PROTECTED]] >

RE: How to do a cron job?

2002-04-16 Thread Ron Goral
Cool. Thanks for the leads on SSH Telnet. Also, thanks to drieux for all your help and advise. Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > -Original Message- > From: Roger Morris [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 20

RE: How to do a cron job?

2002-04-15 Thread Ron Goral
but they don't seem to be as capable as SecureCRT, nor do most of them generate keys. The price would be worth it, I think, if I had the bucks. =) A common dilemma. Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: drieux [mail

RE: How to do a cron job?

2002-04-15 Thread Ron Goral
s.com/tutorial/crontab.html. (Should have done a web search first before bothering you good people.) Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Nag, Somnath, ALINF [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 10:33 AM

How to do a cron job?

2002-04-15 Thread Ron Goral
bad thing for system resources. Peace In Christ - Ron Goral [EMAIL PROTECTED]

Trouble with HTML::Parser

2002-03-29 Thread Ron Goral
,"MapFormData", "Could not parse file $formUrl",$!); } 1; ## END OF CODE SAMPLE ### Thanks in advance - Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Making my own error.logs

2002-03-21 Thread Ron Goral
t something that makes reading about errors easier. Also with this kind of setup, you can make entries for anything you want. Notice I made a log entry right away to let myself know that the error log was opened successfully. HTH - Peace In Christ - Ron Goral [EMAIL PROTECTED] <mailto:[EMAIL

arrays and refs...argh!

2002-02-15 Thread Ron Goral
Can someone please tell me why the following code only returns the last element in the referenced array? If I put the foreach routine inside the while loop, I get a printout of each element in both the $sqlRes reference and the $colNames reference. But, if I print outside the while loop, I only

RE: Open a brand new browser window with Perl

2002-02-07 Thread Ron Goral
I hate it when I make a post and then answer my own questions, but Morbus made me recall the window resizing and moving methods useable via JavaScript. If I were to "print" the new page with an onLoad event that called the resizeTo and moveTo methods, I can resize and move my windows anywhere I

Open a brand new browser window with Perl

2002-02-07 Thread Ron Goral
Is it possible to open a brand new browser window and set it's size, location and characteristics (no menu bar, no status bar, etc.) using Perl or is it necessary to always use the same window that has called the script? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

UFO (Unidentified Formatting Observation) on the web....

2002-02-01 Thread Ron Goral
I have a very beginner's question. I've just been looking at the code for a library file and noticed some, to me, very peculiar things. First, there is text that is not commented, it is just typed in place. Why does this not interfere with the script? Second, there are expressions like "=pod"