[cgiapp] THANKS!- Need help - direction on a CGI for graphics

2008-08-23 Thread Lou Hernsen
Many many thanks for all your help Lou # CGI::Application community mailing list #### ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp

[cgiapp] Need help - direction on a CGI for graphics

2008-08-22 Thread Lou Hernsen
Hallo and thank you.. I know this is a bit off topic... I am looking for a CGI that will allow me to take several graphics (gif/jpg/anything that works in a web page) and paste them on top of each others. The graphics have transparent area. The purpose is I am making a paper doll webpage and I ne

[cgiapp] Web pages from CGI

2008-07-20 Thread Lou Hernsen
Is it possible for a CGI to create/upddate two or more webpages at once? Please offer me a hint as to how? Thanks Lou # CGI::Application community mailing list #### ## To unsubscribe, or change your message deliver

[cgiapp] Newbe has ? about modules and grapihic

2008-03-17 Thread Lou Hernsen
I want to know how I can layer pictures on top of each other like in a paint program. I have picture1.gif picture2.gif and picture3.gif and I want to put 1 on top of 2 on top of 3. I know I have to use transparent backgrounds or a masks but I have no clue if it can be done in an module be

Re: [cgiapp] Help with m// needed

2008-03-06 Thread Lou Hernsen
$regexp = 'French'; > $variable = 'French:6:47'; > > if ($variable =~ /$regexp/) { > print "This works\n"; > } > > BTW, this mailing list is specifically for CGI::Application issues, > and it's members will generally refer you to something like Pe

[cgiapp] Help with m// needed

2008-03-06 Thread Lou Hernsen
I am trying to match French in the string French:6:47 The code is if ($PFile{Allied} =~ m/$Port/) and the actual vars would be if (French =~ m/French:6:47/) and there should be a match but but it doesn't work.. and I don't see why I have used m// before the never had this problem...

Re: [cgiapp] Program format (this is the way I write my code -help?)

2008-02-13 Thread Lou Hernsen
ite my code -help?) > On Feb 13, 2008 5:33 PM, Lou Hernsen <[EMAIL PROTECTED]> wrote: > > I sorta understandand then not.. > > It takes awhile to get your head around how C::A works (or, maybe > objects generally). Read these. Maybe they'll get you thinking in the

Re: [cgiapp] Program format (this is the way I write my code -help?)

2008-02-13 Thread Lou Hernsen
27; input > param being set to 'some_action' set the 'rm' cgi query param to > 'some_action' instead. All the rest of your code remains the same > apart from this. > > See http://search.cpan.org/~markstos/CGI-Application-4.06/lib/CGI/Application.pm >

Re: [cgiapp] Program format (this is the way I write my code -help?)

2008-02-13 Thread Lou Hernsen
t;login", e.g. foo.cgi?rm=login > > That's how cgiapp works -- instead of if/else blocks for your logic, > you use subs, and to execute a particular sub you merely set the rm > param to be the name of that runmode/sub. Have a look at the cgiapp > documentation for some exa

[cgiapp] Program format (this is the way I write my code -help?)

2008-02-13 Thread Lou Hernsen
Hallo I am writing an online game. I have a main .cgi and am using packages which are "required" as needed. My .cgi is one long if-elsif-else all based on what action you make in the game. I do it this way so I can complete one packet at a time to do a certain thing. All files are read in the .cgi

[cgiapp] NOT related to >>> How to send pdf file?

2008-02-04 Thread Lou Hernsen
Oh... sorrry.. I forgot to change the subject line.. by bad thanks for the help anyways... Lou - Original Message - From: "Michael Peters" <[EMAIL PROTECTED]> To: "CGI Application" Sent: Monday, February 04, 2008 8:22 AM Subject: Re: [cgiapp] How to send

Re: Re:Re: [cgiapp] How to send pdf file?

2008-02-03 Thread Lou Hernsen
I klnow how to send an email with text. How to I send an email with HTML in it? Is there a special header or command or what? Lou - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, February 03, 2008 5:14 AM Subject: Re:Re: [cgiapp] How to send pdf file? > Hi Michael, > t