reference to array of hashes in OOP

2007-07-11 Thread Inventor
ld i do? Am i doing it all wrong? Thanks in advance. Inventor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: reference to array of hashes in OOP

2007-07-11 Thread Inventor
On Jul 11, 5:09 pm, [EMAIL PROTECTED] (Mr. Shawn H. Corey) wrote: > Inventor wrote: > > Hi, > > > I would like to make a perl module with an array of hashes as the data > > structure, but I am having trouble with the references. I have > > declared the data structure

Re: reference to array of hashes in OOP

2007-07-12 Thread Inventor
's nice to have error messages again! Inventor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

lost in crazy arrays and hashes

2007-07-13 Thread Inventor
Hi, Thanks for helping with my question the other day, now I have another. In my class I have an array of hashes and it seems to work just fine. I use the zeroth element to store individual variables and all the other elements to store variables that change over time. For example, i have the va

Re: lost in crazy arrays and hashes

2007-07-14 Thread Inventor
s help you've provided has reinforced that opinion even further. Thanks again! Inventor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Apache ate my hard drive! (and questions)

2007-07-18 Thread Inventor
While enthusiastically writing my new program, I was having so much fun coding and reading www.perl.com articles that I didn't notice a slow, creeping horror that was gradually building up on my machine. Luckily I was reading about Apache and the log files when I remembered that someone here advise

Re: Module Madness (must I install all these modules and libraries to get a graph?)

2007-07-26 Thread Inventor
his morning I wrote my own plotting routine that does ASCII scatter plots. You just give it a data set and it makes a nice cute little ascii plot for you, no dependencies, no Hell, and it's good enough for me. You don't think the CPAN folks would want such a module, do you? Inventor --

Module Madness (must I install all these modules and libraries to get a graph?)

2007-07-26 Thread Inventor
y support the standard Perl modules that come with Perl these days, so I will have to install them locally and keep them in some sort of directory tree, I guess. I wouldn't bother you with the question, but its been hounding me for some time now. Help, please. Thanks in advance. Inventor --

Re: Module Madness (must I install all these modules and libraries to get a graph?)

2007-07-27 Thread Inventor
On Jul 26, 5:24 pm, [EMAIL PROTECTED] (Paul Johnson) wrote: > On Thu, Jul 26, 2007 at 09:40:36AM -0700, Inventor wrote: > > On Jul 26, 8:26 am, [EMAIL PROTECTED] (Mr. Shawn H. Corey) wrote: > > > > Welcome to Dependency Hell. (You know you're in trouble when there is a

ASCII::Plot::Scatter namespace

2007-07-30 Thread Inventor
ow to name a module, but how do I create the hierarchy with the :: characters? I don't want to have a filename with :: in it, so I figure there must be some inheritance thing involved, but I haven't run across it in my readings. Thanks in advance. Inventor -- To unsubscribe, e-mail: [

Re: ASCII::Plot::Scatter namespace

2007-07-30 Thread Inventor
On Jul 30, 3:50 pm, [EMAIL PROTECTED] (Paul Lalli) wrote: > > You need to read: > perldoc perlmod > and > perldoc perlnewmod > > before you start doing anything else. > Paul Lalli I knew someone was going to tell me RTFM! I will do that immediately, thanks. Inventor

Re: ASCII::Plot::Scatter namespace

2007-08-02 Thread Inventor
On Jul 30, 3:36 pm, [EMAIL PROTECTED] wrote: > Inventor wrote: > > I would like to call it ASCII::Plot::Scatter because it is an ASCII > > scatter plot generator, > > I don't know what that is, but most people strongly associate ASCII (a > character encoding) with Text

I feel like destroying something!

2007-08-05 Thread Inventor
I think I need to use a destructor in my program. It works just fine, producing repeatable results, but now I put in a parameter sweep loop that runs the whole complicated thing several times and I get unexpected noisy junk instead of smoothly varying hills and valleys and slopes. To be certain o

Re: I feel like destroying something!

2007-08-05 Thread Inventor
On Aug 5, 3:00 pm, [EMAIL PROTECTED] (Mr. Shawn H. Corey) wrote: > Randal L. Schwartz wrote: > > You need a destructor when your object holds things that need more care to > > delete than simply letting the data structure go away. For example: the > > object changes need to be saved to disk, or so

CGI Admin

2007-08-10 Thread Inventor
Hi, I just set up an account on www.godaddy.com and uploaded my cgi scripts there. One of them works fine and the other does not. The technical support rep told me that I needed to figure out how to "go into the CGI Admin" in order to debug the issue. I don't see a CGI::Admin module available.

Re: CGI Admin

2007-08-10 Thread Inventor
On Aug 10, 1:18 am, [EMAIL PROTECTED] (Inventor) wrote: > Hi, I just set up an account onwww.godaddy.comand uploaded my cgi > scripts there. One of them works fine and the other does not. The > technical support rep told me that I needed to figure out how to "go > into the CGI A

Re: CGI Admin

2007-08-11 Thread Inventor
On Aug 10, 1:08 pm, [EMAIL PROTECTED] wrote: > On Aug 9, 10:18 pm, [EMAIL PROTECTED] (Inventor) wrote: > > > "go into the CGI Admin" in order to debug the issue. > > I suspect this is a web-based control panel where customers can manage > their stuff without shell ac

Mac::Carbon and Mac::Sound Documentation?

2007-08-19 Thread Inventor
, but they are not supported on the Mac. Is there any Mac::Sound documentation out there? Inventor www.freedomodds.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

OT: Problem Distributing my Perl Program

2007-10-13 Thread Inventor
cters in the text files. Besides, both of my virus checkers find no viruses, so I think I am virus-free. Did changing the filename mess up a checksum or something? How do I end up with a *.tgz extension in a more kosher way? Thanks in advance for your help! Inventor www.freedomodds.com -

Re: OT: Problem Distributing my Perl Program

2007-10-14 Thread Inventor
On Oct 13, 12:06 pm, [EMAIL PROTECTED] (Chas. Owens) wrote: > > Both .tgz and .tar.gz are valid extensions for tarballs. So far as I > know, there is no such thing as a text file virus. There was a text > file that could crash WinNT 3. Are you certain that you have only put > text files in the t

Re: OT: Problem Distributing my Perl Program

2007-10-14 Thread Inventor
On Oct 13, 12:06 pm, [EMAIL PROTECTED] (Tom Phoenix) wrote: > On 10/13/07, Inventor <[EMAIL PROTECTED]> wrote: > > > To distribute the program I zip up the Perl source file with > > some other text files by first using tar -cf filename.tar *, then gzip > &g

Re: OT: Problem Distributing my Perl Program

2007-10-18 Thread Inventor
Thanks to all for your kind responses. I'm a long time fan of Usenet from my college days in the 80's and 90's, and it is nice to know that the sense of community still thrives here. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.per

Perl Encryption Game Help Please

2007-11-07 Thread Inventor
ngie where the perl script stores the password as an encrypted text string? 3. Do you have any suggestions for the game? 4. There must be similar games out there, do you know of any? Thanks in advance for your help Inventor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Perl Encryption Game Help Please

2007-11-07 Thread Inventor
On Nov 7, 10:59 am, [EMAIL PROTECTED] (Tom Phoenix) wrote: > > Hope this helps! > > --Tom Phoenix > Stonehenge Perl Training Yes, that helped a great deal, thanks! I should mention that the emphasis will be on gaining computer skills, setting up freeware tools, and also on defensive measures such

Re: Perl Encryption Game Help Please

2007-11-08 Thread Inventor
On Nov 7, 9:03 pm, [EMAIL PROTECTED] (Yitzle) wrote: > If you're using rot13, I'd like to take this oppurtunity to quote > Mendel Cooper, author of The Advanced Bash-Scripting Guide [1], in > regards to rot13 [2] > "This simple-minded cipher can be broken by an average 12-year old > using only penc

Re: Perl Encryption Game Help Please

2007-11-08 Thread Inventor
faster? Anyway, the web page is: http://www.freedomodds.com/hstechspy/ Good luck and have fun! Inventor -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Perl Encryption Game Help Please

2007-11-09 Thread Inventor
page that I have written: http://www.freedomodds.com/hstechspy/ I see this as a fun way to gain some knowledge and expand your tool set. Perhaps next I will do a hardware mission. Please let me know if you try any of the missions, I'm eager to receive feedback. Having way too much fun with

Re: Perl Encryption Game Help Please

2007-11-09 Thread Inventor
On Nov 9, 7:55 am, [EMAIL PROTECTED] (John W . Krahn) wrote: > > Well, let's have a look at some code. :-) > > > John > -- > use Perl; > program > fulfillment Haha! You are quite the stickler for detail! My apologies for the GNU GPL mistake especially!!! I will now run off and fix everything