Re: CGI.pm

2002-06-21 Thread Ovid
--- [EMAIL PROTECTED] wrote: > The template replacement I cant give because I wasn't the one who wrote it, but >Form.pm is > my > CGI.pm replacement for receiving data. I wrote it approximately 2 1/2 years ago and >have been > tweaking and improving it since. > I'll release it to C-PAN

Re: CGI.pm

2002-06-21 Thread perl-dvd
The template replacement I cant give because I wasn't the one who wrote it, but Form.pm is my CGI.pm replacement for receiving data. I wrote it approximately 2 1/2 years ago and have been tweaking and improving it since. I'll release it to C-PAN within the next month I think, look for i

Re: POSIX 'strftime' issue

2002-06-21 Thread fliptop
David Gilden wrote: > > print OUT strftime('%A, %B %ld, %Y %I:%M %p',localtime) ,"\n"; > > But look here, > > > > what is going wrong? (see the date string) hrm - dunno. i use date::calc myself for date manipulation. maybe someone else

Re: POSIX 'strftime' issue

2002-06-21 Thread David Gilden
> have you tried reading the documentation for posix? > > from the docs: > > If you want your code to be portable, your format (fmt) argument should > use only the conversion specifiers defined by the ANSI C standard. These > are aAbBcdHIjmMpSUwWxXyYZ%. > > i don't see 'D' in that list. and

Free hosting?

2002-06-21 Thread joao silva
Does anybody knows where I can find free site hosting that supports CGI? JP, from Brazil. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

calling sub based on database list?

2002-06-21 Thread WyvernGod
Ok, I got sorta a hard question that involves calling randomly changing subrutines. What I'm Trying to do is this. 5 libaries are required into my CGI(PERL) program Each of them has their own set of subrutines. Now when someone accesses my site they also send a page referance eg "main.cgi?pag

Re: PERL!! : )

2002-06-21 Thread perl-dvd
You know, I'm a not a Microsoft fan by any means (if you ask people who know me, you would probably get more rash descriptions of how I feel about them). When it comes to using an os as a client, Windows 2000 is pretty nice. But when it comes to running a server, I will avoid windows at a

Re: PERL!! : )

2002-06-21 Thread Brent Michalski
> So what is a self-respecting Perl programmer to do? Haahaa, QUIT! Or shower and scrub with a wire brush! heehee... "Bill Odom"

Re: POSIX 'strftime' issue

2002-06-21 Thread fliptop
David Gilden wrote: > I have small problem here, check out the following: > > #!/usr/bin/perl > > use CGI qw/:standard/; > use CGI::Carp qw(fatalsToBrowser); > use POSIX 'strftime'; > > # This works fine on Earthlink's servers using: > > print OUT strftime('%A, %B %1d, %Y %I:%M %p',localtime

Re: Chart::Plot-Probs

2002-06-21 Thread fliptop
Konrad Foerstner wrote: > okay my prob is not really CGI specific, but I just try here. yikes! since this list *is* cgi-specific, you should take your question elsewhere. http://learn.perl.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CGI.pm

2002-06-21 Thread Niko Gunadi
On Thu, Jun 20, 2002 at 10:51:14AM -0500, David T-G wrote: >David -- > >...and then [EMAIL PROTECTED] said... >% >% Personally, I don't. My development team and I have created a few tools that >we use which are >% extremely quick and easy to use. I created a CGI input retrieval lib that wo

Chart::Plot-Probs

2002-06-21 Thread Konrad Foerstner
Hi folks, okay my prob is not really CGI specific, but I just try here. I started to use the Chart::Plot module (http://www.speakeasy.org/~cgires/modules/plot/plot.html) to make some plots. Without any modification I get nice plots, but when I use setGraphOptions() and getGDobject() the troubl

Re: RE: Please, ASP or PERL?

2002-06-21 Thread Vikrama Dhiman
Not only does it depend upon ur current skill set but also what u intend to do? Perl-CGI or C-CGI would be my choice for mail servers front end and interfacing but if u r just doing a normal database interface, ASP works fine and also gives u a little more options in design and aesthetics. If

Re: fetchall problem

2002-06-21 Thread Felix Geerinckx
on Thu, 20 Jun 2002 22:30:36 GMT, [EMAIL PROTECTED] (Maureen E Fischer) wrote: > I am stuck on a bug in my perl cgi program that uses a mysql > database. In executing the following code I am getting a message > in the dump that the > fetch failed --fetch () without execute () > [...] > > $s

Re: PERL!! : )

2002-06-21 Thread Bill Odom
JP: While I agree with Brent (hi, Brent), it doesn't have to be an all-or-nothing decision. I've had a lot of success running Perl *with* ASP. In fact, I'm finishing a project right now that - has to run on IIS - has to run under ASP So what is a self-respecting Perl programmer to do? Use P

RE: Please, ASP or PERL?

2002-06-21 Thread Joel Hughes
it depends JP, what is your current skill base? what is your shops current technical strategy? Also, you would be wise to steer clear of any "I hate microsoft " type 'arguments' - these are not helpful in assessing technical strategies. joel -Original Message- From: joao silva [mailto:[