Re: Perl out to PHP

2005-02-04 Thread Gary Stainburn
erl and get perl to generate the final HTML page 2) have the perl CGI perform the required task and store the result somewhere, then generate a HTTP redirector pointing to a PHP page which reads that response from wherever it was stored. -- Gary Stainburn This email does not contain private

Re: Perl out to PHP

2005-02-04 Thread Gary Stainburn
Um, wouldn't it be a lot better if you sent back the results using > HTML? I think he means that he wants his perl to generate HTML containing PHP. The problem here is that it won't get processed by the PHP engine. The two simplest choices are 1) generate all the HTML within your per

Re: Generating .doc

2004-03-16 Thread Gary Stainburn
ents may involve you doing some reading of the RTF specs. Sorry I can't provide any more definite help or advice. Gary -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purpose

Re: Which method is best for passing session id?

2004-03-11 Thread Gary Stainburn
e's more chance of people accepting it. However, even if you FORCE people to accept the cookie, i.e. prevent access to the site if the reject it, you'll simply lose custom. I hope that lack of an answer helps. Gary -- Gary Stainburn This email does not contain private or confidenti

Re: checking if its a real number

2003-02-27 Thread Gary Stainburn
eger, the > following expression will be true: > > $data == int( $data ); > > It will return false if a fraction or a string is passed, in '$data'. > > So, try this: > > if ( $_ == int( $_ ) ) { > # do something... > } > > Enjoy! > >

Re: Post Method versus Get Method

2003-01-08 Thread Gary Stainburn
his to bookmark specific queries to some of my databases tosave mehaving to complete the form every time I want a status update. The benefits of POST are tidier URLs, and not having the limits I mentioned above. -- Gary Stainburn This email does not contain private or confidential material a

Re: An if statement

2002-10-23 Thread Gary Stainburn
;sleep 10' instead of creating the loop? > > Thanks. > > Teddy's Center: http://teddy.fcc.ro/ > Email: [EMAIL PROTECTED] -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisc

Re: Creating thumbnails (Newbie Question)...

2002-09-18 Thread Gary Stainburn
ts undef @$im; # reset (part of) $im my $ret; $ret = $im->Read($_)# read file and warn($ret), next; # or fail and skip $ret = $im->Scale(geometry => '100x100') and warn($ret), next; $ret = $im->Write($thumb)

Re: foo-bar

2002-09-02 Thread Gary Stainburn
.. > > > now, does FOO have any meaning? > > - sounds almost like: "whuzup, foo(l)!" :) Have a look at: http://www.tuxedo.org/~esr/jargon/ Ttis is a very good source of information such highly technical terms as foo and bar -- Gary Stainburn This email does not

Re: What database would your recommend?

2002-06-07 Thread Gary Stainburn
t works with Perl but I would like > to learn a database that works under Windows and Unix also. > > Is there such a thing? > Of course, I would like to learn something as simple as possible because I > am a beginner in Perl. > > Thank you. > > Teddy, > [EMAIL PROTECTE

Re: HELP!

2002-05-01 Thread Gary Stainburn
it performs the actions $seen{$_}++ in the process. right? -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 -- To

Re: HELP!

2002-05-01 Thread Gary Stainburn
e are several examples in the perl cookbook that demonstrate other > methods for finding unions, intersections, etc. -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Re

Re: Need some assistance, should be easy.

2001-11-29 Thread Gary Stainburn
e from where > someone is comming from. > > IE, if they click on my site from a search engine, or if they just type in > the URL direct. > > Does anyone have the means to assist? > > Thank You! :) > > Brian. -- Gary Stainburn This email does not contain private o

Re: Info Cookies

2001-10-08 Thread Gary Stainburn
d read that cookies from al page of my site. > Any of you can help me? > > Thankyou by AlexTesi -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Inves

Re: Volunteer Project

2001-09-20 Thread Gary Stainburn
> --- > > - Teresa Raymond - > > - [EMAIL PROTECTED] - > > - http://www.mariposanet.com - > > --- > > > > -- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [

Re: securing sensitive information in CGI scripts

2001-09-05 Thread Gary Stainburn
middleware server > (breaking into the webserver does not grant access). The other cool thing > about this is that most servlet containers also handle JDBC connection > pooling for you (an additional performance boost which makes the > performance lag introducing a middleware server more

Re: Is my script too big?

2001-07-13 Thread Gary Stainburn
any one give any support on this one? > > Regards, > > Dan -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

Re: breakable loop???

2001-07-11 Thread Gary Stainburn
til I hit the enter key, at which point it will say > that it is stopping. However, when I run this piece > of code, it says only one blah, and even then, it is > after I hit enter... So, what am I doing wrong? > > ______ > Do You Ya

Re: how to write in access database

2001-07-06 Thread Gary Stainburn
6 pm, qing wang wrote: > Hi, > > anyone know how to write in access database using script? > Thanks for any information. > > Qu > > > > > > ___ > Send a cool gift with your E-Card > http://www.bluemountain.

Re: 2nd Request: perl -MCPAN -e shell creates a second version of Perl

2001-07-01 Thread Gary Stainburn
t when I update everything with MCPAN that it > overwrites my old perl with the new install. What are the error of my ways? > > Thanks for creating a group for us JAPN's. (JAP-Newbies) > > Bruce Meyer -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

Re: Different reply-to?

2001-06-27 Thread Gary Stainburn
amp; dump the list address. > > > > the way the list is configured now, if you click reply you will NOT > > reply to the list at all. thi=us depriving the list members of seeing > > the dialog. if you click Reply All, unless you make the effort to > > delete the poster's address, th

HTTP headers/Mime types

2001-06-26 Thread Gary Stainburn
r fire off acroread. To do this I need to set the correct MIME type in the http header. Is there a list of the correct MIME types to use. I will soon be wanting to do a similar thing with CSV and excel files amongst others. -- Gary Stainburn This email does not contain private or confidentia

Re: error message

2001-06-12 Thread Gary Stainburn
This is what you get when you run a CGI and the cgi terminated before generating any valid output. Usually this happens if the perl script doesn't compile and therefore doesn't run. try 'perl -c

Re: perl help!!

2001-06-07 Thread Gary Stainburn
ushes "null" values to the table. Once the form > is filled and the user clicks the form "submit button" the form works > and pushes the correct values. > > > thanks > david > > _____ > Get yo

Re: Email n Windows Platform

2001-06-06 Thread Gary Stainburn
____ > > Get your FREE download of MSN Explorer at http://explorer.msn.com -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

Re: Email on Windows Platform

2001-06-06 Thread Gary Stainburn
__ > Get your FREE download of MSN Explorer at http://explorer.msn.com -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000

Re: CGI-BIN

2001-06-05 Thread Gary Stainburn
s that the cgi script can be called globally within my > account? such as, I can put method=post> wherever? -- Gary Stainburn This email does not contain private or confidential material as it may be snooped on by interested government parties for unknown and undisclosed purposes - Regulation of Investigatory Powers Act, 2000