Re: Perl with Ajax issue

2019-08-13 Thread David Dorward
On 12 Aug 2019, at 19:45, Matt Zand wrote: use CGI; Do read [CGI: CGI.pm has been removed from the Perl core][1] Should I install Perl on the server or does it come with Apache package. Apache HTTPD does not include a Perl distribution although some third-party bundles include both Perl a

Re: PERL CGI SCRIPT killed by apache on client abort

2011-03-28 Thread Peter Scott
On Sat, 26 Mar 2011 15:56:08 +0100, Przemysław Rejf wrote: > My upload script which uses upload hook works really nice. After the > upload ends it writes some debug stuff to log file and sends some info > to other host. > When client aborts the upload the reminder of the script after hook is > not

Re: PERL CGI SCRIPT killed by apache on client abort

2011-03-27 Thread Mike Williams
2011/3/26 Przemysław Rejf : > Hi, > My upload script which uses upload hook works really nice. After the upload > ends it writes some debug stuff to log file and sends some info to other > host. > When client aborts the upload the reminder of the script after hook is not > executed and i get an err

Re: Perl Courses

2010-12-17 Thread Robert
On 8/21/07 5:11 PM, John Arbes wrote: Does anyone have any recommendations on Perl Courses either online or offline? I'm located in New York but, if a course is good enough, am willing to travel. I'm looking for both beginner and advanced recommendations. Also, please let me know if you have a

Re: Perl CGI

2010-04-30 Thread Robert Roggenbuck
Use LWP::Simple (not CGI). How to use it is written in the documentation of LWP::Simple. Robert karthickn sabari schrieb: Hi friends, I have some doubts in cgi perl. I want to connect server using perl CGI and i need to receive one txt file in server. Is it possible, then give me t

Re: Perl CGI advise/feedback please ...

2010-02-13 Thread Jeremiah Foster
On Feb 11, 2010, at 3:18, newbie01 perl wrote: > Hi all, > > I am wanting some advise/input on setting up some sort of intranet site to > allow system operators to manage the servers, mostly UNIX servers and some > Windows. I am constrained by not being able to install new modules or a > databas

Re: perl-cgi and apache configuration in fedora 9

2008-11-15 Thread Matthew Whipple
On Fri, 2008-11-14 at 22:58 +0530, venu madhav reddy wrote: > Hello, > please help me > I am using fedora 9 > plese tell me how to configure apache and perl-cgi in fedora 9 > apache and perl are in built with fedora > just tell me how to modify perl.conf file to run cgi progams. You most likely ne

Re: perl-cgi and apache configuration in fedora 9

2008-11-14 Thread Greg Jetter
On Friday 14 November 2008 8:28:58 am venu madhav reddy wrote: > Hello, > please help me > I am using fedora 9 > plese tell me how to configure apache and perl-cgi in fedora 9 > apache and perl are in built with fedora > just tell me how to modify perl.conf file to run cgi progams. > > > > > Thanks

Re: Perl CGI script running as root is unable to do rm, chmod and su

2008-07-16 Thread Wijnand Wiersma
Jimisola Laursen schreef: > Hi! > > I'm trying make one script (script1) call another script (script2) and > have the output from script2 returned. > My initial problem was that script2 needs to be executed as root, so > I've set the setuid and setgid bit on script1 (script2 unchanged): So script1

Re: Perl CGI script running as root is unable to do rm, chmod and su

2008-07-16 Thread Jimisola Laursen
Hi, Sorry, I was not clear enough. No the scripts are executed as root. I've verified it since the output contains: USER: root USER in script2: root Regards, Jimisola Wijnand Wiersma wrote: Jimisola Laursen schreef: Hi! I'm trying make one script (script1) call another script (script2) and

Re: perl for uploading file shows weird characters.

2008-01-12 Thread Gunnar Hjalmarsson
[ please do not multi-post! ] Patrik Hasibuan wrote: I am writing perl-cgi application for uploading a file. I did "chmod 777 ../../artikel". But I get weird displayed message: " ueri: 4CyrMz2ZeGIClwYfFsVdcv Co î 6êÎ]Ë kšfþx·¾ ðfS4M3>º {½‡<Óöù³®�¯3çýGèBù= „¬È›øRƒ. &ƒ

Re: Perl/DBI

2007-07-24 Thread David Busby
Shawn Hinchy wrote: Hello all, I am getting to the point where I need to start thinking about doing pagination for search results. I did some searches and it looks like there are some pagination modules, but I am not quite interested in going that route yet. I am using a handful of columns

Re: Perl/DBI

2007-06-24 Thread Paul Archer
> If you are not interested in using the modules, it is not actually that hard > to roll your own. In the past I have done different things for total > counts, either two separate queries, one just a 'SELECT COUNT(*)' and the > other to actually fetch the data. Depending on your data you might b

Re: Perl/DBI

2007-06-24 Thread Greg Jetter
On Sunday June 24 2007 8:31 am, Shawn Hinchy wrote: > Hello all, > > I am getting to the point where I need to start thinking about doing > pagination for search results. > > I did some searches and it looks like there are some pagination > modules, but I am not quite interested in going that route

Re: Perl/DBI

2007-06-24 Thread Tyler Gee
On 6/24/07, Shawn Hinchy <[EMAIL PROTECTED]> wrote: Quoting Tyler Gee <[EMAIL PROTECTED]>: > On 6/24/07, Shawn Hinchy <[EMAIL PROTECTED]> wrote: >> >> Hello all, >> >> I am getting to the point where I need to start thinking about doing >> pagination for search results. >> >> I did some searche

Re: Perl/DBI

2007-06-24 Thread Shawn Hinchy
Quoting Tyler Gee <[EMAIL PROTECTED]>: On 6/24/07, Shawn Hinchy <[EMAIL PROTECTED]> wrote: Hello all, I am getting to the point where I need to start thinking about doing pagination for search results. I did some searches and it looks like there are some pagination modules, but I am not quit

Re: Perl/DBI

2007-06-24 Thread Tyler Gee
On 6/24/07, Shawn Hinchy <[EMAIL PROTECTED]> wrote: Hello all, I am getting to the point where I need to start thinking about doing pagination for search results. I did some searches and it looks like there are some pagination modules, but I am not quite interested in going that route yet. I

RE: Perl script problem

2006-08-29 Thread Moore, George T.
The cgi attachment is here, but the html didn't make it. The lack of comments comes from this: tie(%mail, "SDBM_File", "c09ex3", O_RDONLY, 0) or die "Error opening c09ex3. $!, stopped"; $mail{$email} = "$name|$comments"; untie(%mail); The line $mail{$email} = "$name|

Re: perl script problem

2006-08-26 Thread Mumia W.
On 08/26/2006 10:32 AM, Joel Alvo wrote: Hi. I have some perl script attached that does not return anything when I click the link "see what others have to say". [...] I didn't execute your script, but this part intrigued me: sub create_comments_page { my (%mail, $email, $name, $comm

Re: perl modules

2006-06-07 Thread Shaun Fryer
Hi Emily, >From your shell, you can execute... export PERL5LIB=/path/to/your/perl/module/install/directory ...or it's equivalent (see `man `). You can add it to your .bash_profile or equivalent in case you don't want to type it in manually every time. Or, if you are running a local apache i

Re: Perl DBI / SQL Question

2005-09-16 Thread Scott R. Godin
Vance M. Allen wrote: Sorry if the cross-posting wasn't appropriate, but I need help with this and am not sure if it's more appropriate to post under CGI or DBI since it involves both...I want to be sure that I can get help from the best source. My question is probably a simple answer, but I a

Re: Perl DBI / SQL Question

2005-09-15 Thread Sean Davis
On 9/14/05 8:32 PM, "Vance M. Allen" <[EMAIL PROTECTED]> wrote: > I use MySQL 4.1.7 under Fedora Core 3. > > Vance > > "Bob Showalter" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Vance M. Allen wrote: >>> I need to know how to retrieve through Perl DBI a listing of possible

Re: Perl DBI / SQL Question

2005-09-15 Thread Vance M. Allen
I use MySQL 4.1.7 under Fedora Core 3. Vance "Bob Showalter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Vance M. Allen wrote: >> I need to know how to retrieve through Perl DBI a listing of possible >> ENUM elements from a field for processing under a CGI script. > > Need to k

RE: Perl DBI / SQL Question

2005-09-14 Thread Bob Showalter
Vance M. Allen wrote: > I need to know how to retrieve through Perl DBI a listing of possible > ENUM elements from a field for processing under a CGI script. Need to know what database you're talking about. This will probably involve querying data dictionary views or tables. Some DBI drivers also

Re: Perl DBI / SQL Question

2005-09-14 Thread Vance M. Allen
Sorry if the cross-posting wasn't appropriate, but I need help with this and am not sure if it's more appropriate to post under CGI or DBI since it involves both...I want to be sure that I can get help from the best source. My question is probably a simple answer, but I am not sure what I have t

Re: perl cgi scrolling list within a forloop

2005-08-12 Thread DBSMITH
er.com Subject Re: perl cgi scrolling list within 08/12/2005 09:13 a forloop

Re: perl-CGI module - post method

2005-07-18 Thread Scott R. Godin
Scott R. Godin wrote: Ovid wrote: --- "Scott R. Godin" <[EMAIL PROTECTED]> wrote: his example and in which case you want to get the params AFTER creating the cgi-object my %params = $cgi->Vars; which ensures that you also get multi-value s as separate values. too. $cgi->Vars separates

Re: perl-CGI module - post method

2005-07-18 Thread Scott R. Godin
Scott R. Godin wrote: Ovid wrote: --- "Scott R. Godin" <[EMAIL PROTECTED]> wrote: his example and in which case you want to get the params AFTER creating the cgi-object my %params = $cgi->Vars; which ensures that you also get multi-value s as separate values. too. $cgi->Vars separates

Re: Perl Newbee

2005-06-03 Thread Yuga Chodagam
Thanks all for quick replies. I will go for them. Yuga. On 6/3/05, Yuga Chodagam <[EMAIL PROTECTED]> wrote: > Hi all, > I am newbee to Perl. Could anybody please give me head start > with Perl programming? I am interested in playing with some CGI stuff > and want to sese the Perl's data

Re: Perl Newbee

2005-06-03 Thread Wiggins d'Anconia
Yuga Chodagam wrote: > Hi all, > I am newbee to Perl. Could anybody please give me head start > with Perl programming? I am interested in playing with some CGI stuff > and want to sese the Perl's data manipulation power. > > > Thanks all. I appreciate any help. > > Yuga. > Though he

Re: Perl equivelant

2005-05-02 Thread Chris Devers
On Mon, 2 May 2005, Mike Blezien wrote: > Hoping we have some expert MySQL Function to perl function people on > the list. > > Is there an equivelant function in perl for converting IP's, the same > as MySQL functions: INET_ATON('IP_ADDRESS_STR') and INET_NTOA('STR') I assume you're describing

Re: Perl equivelant

2005-05-02 Thread Mike Blezien
Sean Davis wrote: - Original Message - From: "Mike Blezien" <[EMAIL PROTECTED]> To: "Perl List" Sent: Monday, May 02, 2005 8:20 PM Subject: Perl equivelant Hello, Hoping we have some expert MySQL Function to perl function people on the list. Is there an equivelant function in perl for c

Re: Perl equivelant

2005-05-02 Thread Brad Lhotsky
perldoc Socket essentially, just lay off the shift key. On Mon, May 02, 2005 at 07:20:03PM -0500, Mike Blezien wrote: > Hello, > > Hoping we have some expert MySQL Function to perl function people on the > list. > > Is there an equivelant function in perl for converting IP's, the same as > My

Re: Perl equivelant

2005-05-02 Thread Sean Davis
- Original Message - From: "Mike Blezien" <[EMAIL PROTECTED]> To: "Perl List" Sent: Monday, May 02, 2005 8:20 PM Subject: Perl equivelant Hello, Hoping we have some expert MySQL Function to perl function people on the list. Is there an equivelant function in perl for converting IP's,

Re: Perl Apache Configuration

2005-03-28 Thread Lawrence Statton
> > Try: > > Content-type > > not: > > Content-Type > Red herring Content-Type is as good as CONTENT-TYPE is as good as cOnTeNt-TYpe ... See RFCs 2616, 1945, 822 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Lawrence Statton - [EMAIL PROTECTED] s/aba/c/g Comp

Re: Perl Apache Configuration

2005-03-27 Thread Gavin Henry
On Sunday 27 Mar 2005 05:25, Warren Gwartney wrote: > Perhaps someone will understand what is happening here. I've been trying > to configure perl and apache on a redhat8 server with virtual hosts. Perl > works well on the system and is executing cgi-bin scripts as well, but the > output HTML is no

Re: Perl Apache Configuration

2005-03-27 Thread Greg Jetter
On Sunday March 27 2005 4:25 am, Warren Gwartney wrote: > Perhaps someone will understand what is happening here. I've been trying > to configure perl and apache on a redhat8 server with virtual hosts. Perl > works well on the system and is executing cgi-bin scripts as well, but the > output HTML i

Re: Perl script and mod_rewrite

2005-03-03 Thread Jan Eden
Hi Vladimir, Vladimir D Belousov wrote on 03.03.2005: >Jan Eden wrote: > >>Vladimir D Belousov wrote on 03.03.2005: >> >> >> >>>Vladimir D Belousov wrote: >>> >>> >>> just try: $q->start_form(-method=>"POST"); >>>I'm wrong, sorry. Can I see your .htaccess in part of ModRewr

Re: Perl script and mod_rewrite

2005-03-03 Thread Jan Eden
Vladimir D Belousov wrote on 03.03.2005: >Jan Eden wrote: > >>Vladimir D Belousov wrote on 03.03.2005: >> >> >> >>>Vladimir D Belousov wrote: >>> >>> >>> just try: $q->start_form(-method=>"POST"); >>>I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite >>>directi

Re: Perl script and mod_rewrite

2005-03-03 Thread Vladimir D Belousov
Jan Eden wrote: Vladimir D Belousov wrote on 03.03.2005: Vladimir D Belousov wrote: just try: $q->start_form(-method=>"POST"); I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite directives? Sure (abbreviated): RewriteEngine on RewriteBase / RewriteRule ^news/?$ cgi

Re: Perl script and mod_rewrite

2005-03-03 Thread Jan Eden
Vladimir D Belousov wrote on 03.03.2005: >Vladimir D Belousov wrote: > >>just try: >> >>$q->start_form(-method=>"POST"); > > >I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite >directives? Sure (abbreviated): RewriteEngine on RewriteBase / RewriteRule ^news/?$ cgi-bin/show.pl?id=

Re: Perl script and mod_rewrite

2005-03-03 Thread Vladimir D Belousov
Vladimir D Belousov wrote: just try: $q->start_form(-method=>"POST"); I'm wrong, sorry. Can I see your .htaccess in part of ModRewrite directives? Jan Eden wrote: Hi, I use mod_rewrite to provide simpler URLs for my database-driven site. My document root's .htaccess contains the following line (a

Re: Perl script and mod_rewrite

2005-03-03 Thread Jan Eden
Vladimir D Belousov wrote on 03.03.2005: >just try: > >$q->start_form(-method=>"POST"); > I had done that already. Besides, POST is the default method anyway. Thanks, Jan -- The day Microsoft makes something that doesn't suck is the day they start selling vacuum cleaners. -- To unsubscribe, e

Re: Perl script and mod_rewrite

2005-03-03 Thread Vladimir D Belousov
just try: $q->start_form(-method=>"POST"); Jan Eden wrote: Hi, I use mod_rewrite to provide simpler URLs for my database-driven site. My document root's .htaccess contains the following line (among others): RewriteRule pages/([0-9]+) cgi-bin/show.pl?id=$1 It works fine. But some of my pages are pa

Re: perl-CGI module - post method

2005-02-09 Thread Scott R. Godin
Ovid wrote: --- "Scott R. Godin" <[EMAIL PROTECTED]> wrote: his example and in which case you want to get the params AFTER creating the cgi-object my %params = $cgi->Vars; which ensures that you also get multi-value s as separate values. too. $cgi->Vars separates multiple values with a null by

Re: perl-CGI module - post method

2005-02-08 Thread Ovid
--- Tee <[EMAIL PROTECTED]> wrote: > Can you do: my %foo = $cgi->param("foo") > > Else, how do you loop thru to put the array into %keys? Sorry Tee, that won't work. Perl recognizes void, scalar, and list contexts. There is no "hash" context. If you have a hash on the left hand side of the equ

Re: perl-CGI module - post method

2005-02-08 Thread Tee
Can you do: my %foo = $cgi->param("foo") Else, how do you loop thru to put the array into %keys? --Tee On Feb 8, 2005, at 7:40 PM, Ovid wrote: --- "Scott R. Godin" <[EMAIL PROTECTED]> wrote: his example and in which case you want to get the params AFTER creating the cgi-object my %params = $cgi->Va

Re: perl-CGI module - post method

2005-02-08 Thread Ovid
--- "Scott R. Godin" <[EMAIL PROTECTED]> wrote: > his example and in which case you want to get the params AFTER > creating > the cgi-object > > my %params = $cgi->Vars; > > which ensures that you also get multi-value s as separate > values. too. $cgi->Vars separates multiple values with a nu

Re: perl-CGI module - post method

2005-02-08 Thread Scott R. Godin
David Romero wrote: David Romero wrote: Victor wrote: I use the last version of perl-CGI. When I transmit the variables using the get method it works($cgi->param() returns the correct value). When I transmit the variables using the post method it I receive a empty string(($cgi->param() is empty).

Re: perl-CGI module - post method

2005-02-08 Thread Ovid
--- David Romero <[EMAIL PROTECTED]> wrote: > Victor wrote: > > When I transmit the variables using the post method it I receive a > > empty string(($cgi->param() is empty). > > > The POST data can be read one time, if you create an cgi objet before > these, the second object recibe empty data. >

Re: perl-CGI module - post method

2005-02-08 Thread David Romero
David Romero wrote: Victor wrote: I use the last version of perl-CGI. When I transmit the variables using the get method it works($cgi->param() returns the correct value). When I transmit the variables using the post method it I receive a empty string(($cgi->param() is empty). If I try to recei

Re: perl-CGI module - post method

2005-02-08 Thread David Romero
Victor wrote: I use the last version of perl-CGI. When I transmit the variables using the get method it works($cgi->param() returns the correct value). When I transmit the variables using the post method it I receive a empty string(($cgi->param() is empty). If I try to receive the variables usi

Re: Perl out to PHP

2005-02-04 Thread thiago
age then > display your data other wise is just the first time the php page gets > called. > > Nestor :-) > > -Original Message- > From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> > Sent: Feb 4, 2005 6:23 AM > To: beginners-cgi@perl.org > Subje

Re: Perl out to PHP

2005-02-04 Thread Nestor Florez
page gets called. Nestor :-) -Original Message- From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> Sent: Feb 4, 2005 6:23 AM To: beginners-cgi@perl.org Subject: Re: Perl out to PHP Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) thinks about: >> I

RE: Perl out to PHP

2005-02-04 Thread Thomas Bätzler
Ing. Branislav Gerzo <[EMAIL PROTECTED]> asked: > user come to website, write in textbox some IPs, I want send > this input to my perl script (parse that text, takes IPs, do > operation with them - insert them to database, check > them...), and send results via _PHP_ to user. I have a really na

Re: Perl out to PHP

2005-02-04 Thread Brad Lhotsky
On Fri, Feb 04, 2005 at 03:23:49PM +0100, Ing. Branislav Gerzo wrote: > Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) > thinks about: > > >> I think he means that he wants his perl to generate HTML containing PHP. > > PA> Understood. My point was more along the lines of: "W

Re: Perl out to PHP

2005-02-04 Thread Gary Stainburn
On Friday 04 February 2005 2:23 pm, Ing. Branislav Gerzo wrote: > Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) > > thinks about: > >> I think he means that he wants his perl to generate HTML > >> containing PHP. > > PA> Understood. My point was more along the lines of: "What

Re: Perl out to PHP

2005-02-04 Thread Ing. Branislav Gerzo
Paul Archer [PA], on Friday, February 4, 2005 at 08:14 (-0600 (CST)) thinks about: >> I think he means that he wants his perl to generate HTML containing PHP. PA> Understood. My point was more along the lines of: "What do you really want PA> to do, and why don't you state that clearly, instead of

Re: Perl out to PHP

2005-02-04 Thread Paul Archer
8:20am, Gary Stainburn wrote: On Thursday 03 February 2005 6:50 pm, Paul Archer wrote: 4:19pm, Ing. Branislav Gerzo wrote: Hi all, My friend is making website in PHP, but my scripts are in Perl, for example user write some text, and I want for example print it uppercase (I know, bad example, but I

RE: Perl out to PHP

2005-02-04 Thread Thomas Bätzler
Ing. Branislav Gerzo <[EMAIL PROTECTED]> asked: > 2. on my server in uppercase.cgi all text change to uppercase and this >result I want send back via _PHP_ to user. Theoretically it should suffice to make sure that your output has the proper MIME type for a PHP document, i.e. "application/x-ht

Re: Perl out to PHP

2005-02-04 Thread Gary Stainburn
On Thursday 03 February 2005 6:50 pm, Paul Archer wrote: > 4:19pm, Ing. Branislav Gerzo wrote: > > Hi all, > > > > My friend is making website in PHP, but my scripts are in Perl, for > > example user write some text, and I want for example print it > > uppercase (I know, bad example, but I want/hav

Re: Perl out to PHP

2005-02-03 Thread Paul Archer
4:19pm, Ing. Branislav Gerzo wrote: Hi all, My friend is making website in PHP, but my scripts are in Perl, for example user write some text, and I want for example print it uppercase (I know, bad example, but I want/have to do it - something different and more complex - in my case via Perl). So I'

RE: perl moudules for Primer Design

2004-09-13 Thread Wiggins d Anconia
> Dear all; >Could anybody give me some directions or suggestions that are there any perl Modules for primer design developed and povided? > > Thanks in advance > Jian > Not sure what this has to do with CGI, and I don't really know if you are speaking of the bio related "primer design" but

RE: perl moudules for Primer Design

2004-09-13 Thread Sun, Jian
Dear all; Could anybody give me some directions or suggestions that are there any perl Modules for primer design developed and povided? Thanks in advance Jian -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl cgi uploaded file is empty

2004-07-17 Thread Gunnar Hjalmarsson
Xiangli Zhang wrote: I use perl cgi to upload file(any type: text or image) from web browser. The file was created, but is empty. See http://www.w3.org/TR/html4/interact/forms.html#h-17.13.4 -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL P

Re: Perl on Apache

2004-05-04 Thread Wiggins d Anconia
Please bottom post... > I'm not an Apache guru, but I had a similar problem on Linux. You need to add > the following directive into a "conf" file. I've never installed Apache on > Windows before so I'm not sure where you need to put it. On Linux I added it > to "default-server.conf", but there

Re: Perl on Apache

2004-05-04 Thread Geraint Jones
I'm not an Apache guru, but I had a similar problem on Linux. You need to add the following directive into a "conf" file. I've never installed Apache on Windows before so I'm not sure where you need to put it. On Linux I added it to "default-server.conf", but there might be a better place for it

Re: Perl CGI and XML

2004-03-19 Thread mt m
Thanks - I got it sorted. I actually read the error msgs It was lookin for other modules that weren't installed. So I installed them, and it's fine now. thanks, From: "Wiggins d Anconia" <[EMAIL PROTECTED]> To: "mt m" <[EMAIL PROTECTED]>, [EMAI

Re: Perl CGI and XML

2004-03-19 Thread Wiggins d Anconia
Please bottom post > thanks - I've tried installing it (and other modules) on my Solaris 9 box. > The 'perl MakeFile.pl' and 'make' work fine, but 'make test' fails spitting > out "Command failed for target 'test_dynamic'" -- any idea what this means > and how I can fix it? > Can you prov

Re: Perl CGI and XML

2004-03-19 Thread mt m
I can fix it? thanks, -mt From: "Wiggins d Anconia" <[EMAIL PROTECTED]> To: "mt m" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Perl CGI and XML Date: Fri, 19 Mar 2004 12:35:39 -0700 MIME-Version: 1.0 Received: from onion.perl.org ([63.251.223.166]) by mc1-

Re: Perl CGI and XML

2004-03-19 Thread Wiggins d Anconia
> I want to store the data from a straightforward form in an XML file. The > perl script has to read the form data, and write it to the XML file. > > What's the best/simplest module for this? > CGI.pm with XML::Simple would be my choices, both easy to work with and available on CPAN. http://da

Re: PERL IDE

2004-03-08 Thread Robert
Alexander Douglas wrote: Hello I am new to perl , is there any good IDE to develop simple perl forms with firebird database which is a no brainer. Please advice Mohammed SciTE is a great little editor. Works on Windows and Linux equally. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

Re: PERL IDE

2004-03-06 Thread Alex Avellaneda
I use jEdit www.jedit.org (based on java) in Linux Mandrake 9.0 and Win2K. I have used Vim, Crimsom Editor, optiPerl... but until the moment the best one for my jEdit, it works equal in any operating system. Alex. - Original Message - From: "Alexander Douglas" <[EMAIL PROTECTED]> To: <[E

Re: PERL IDE

2004-03-06 Thread Teresa Raymond
I don't know about firebird database but a really good text editor for web and perl development for Mac is BBEdit offered by http://www.barebones.com The MacPerl integration with syntax check is awesome. Alo has incredible grep functionality. OptiPerl IDE is good for Windows again I don't know

Re: PERL IDE

2004-03-06 Thread MAC OS X
On 05 Mar 2004, at 20:36, Alexander Douglas wrote: Hello I am new to perl , is there any good IDE to develop simple perl forms with firebird database which is a no brainer. Please advice Mohammed Which OS ? For Linux and Mac OS X.. None that I can think of.. Perhaps some commercial ones but I

Re: Perl Script to detect a file upload

2004-03-05 Thread Teresa Raymond
Hi Ash, You can put log entry code into your file upload script and email code to notify you -- or write separate modules that your upload script calls thru use or require. If you mean that people are uploading onto your server without your upload script, then I don't know what you should do but

Re: Perl for Linux

2004-03-03 Thread Owen
On Wed, 3 Mar 2004 17:03:54 +0200 Ash Singh <[EMAIL PROTECTED]> wrote: > Hi, I am trying to move away from windows to linux mandrake 9 and I am not > sure how to set up perl on linux, how would I go about setting up the RPM > version of perl available at activestate.com or could you please point

RE: Perl for Linux

2004-03-03 Thread Sethi, Pradeep
Its already included in mandrake 9 distribution. just to go control center and install perl from there. -Original Message- From: Ash Singh [mailto:[EMAIL PROTECTED] Sent: Wed 3/3/2004 7:03 AM To: '[EMAIL PROTECTED]' Cc: Subject:Perl for Linux Hi, I am trying to mo

Re: perl running on a handheld

2004-02-22 Thread WC -Sx- Jones
Mauricio Cujino wrote: I'm planning on buying a handheld computer (palmtop, sony ,hp...), could somebody recommend on a model/brand I can use to write and execute perlcode? Zaurus. http://www.google.com/search?num=100&hl=en&ie=UTF-8&oe=UTF-8&safe=off&q=Zaurus&spell=1 -Sx- -- To unsubscribe, e

Re: Perl script problems

2003-12-04 Thread Casey West
Hi. I'm in the employ of Casey West, a list admin, to assist you with your question. I've taken the liberty to search Google using the Subject line you provided in your email to the list. I hope one of the links below will be of service to you. Sadly Google hasn't given us a nice, legal API for s

RE: Perl Form Mail

2003-12-01 Thread Thomas Bätzler
Hello Stephen, > Does anyone have any recommendations for a perl cgi script that will > accept input from a HTML form and verify that the form input > isn't going to do something nasty? > > At present the CGI we are using is based on form-mail.pl which is > apparently notorious for security hole

Re: How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-11-27 Thread Todd Farmer
IL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, September 17, 2003 12:04 AM Subject: How to secure database password? (was Re: Perl/DBI newbie: p

RE: Perl Script in Tables

2003-10-23 Thread Charles K. Clarkson
Paolo <[EMAIL PROTECTED]> wrote: : : print table({-width=>'100%', -bgcolor=>'#DC00DC', -border=>3}, : Tr([ : td(['text left', 'text right'] : ]) : ); : How can I modify this commands to make the 'text left' : element width 20% of the table, and 'text right' element

Re: Perl Script in Tables

2003-10-23 Thread p . libardi
Probably I shoudl modify the subject in "Tables in Perl Script", as my problem now is excatly this: I'm printing a table from my Perl script, in this way: print table({-width=>'100%', -bgcolor=>'#DC00DC', -border=>3}, Tr([ td(['text left', 'text right'] ]) ); H

Re: Perl Script in Tables

2003-10-23 Thread paolo . libardi
On giovedì 23 ottobre 2003, alle 10:48, Charles K. Clarkson wrote: > I start CGI programs with: > > #!/usr/bin/perl -T > > use strict; > use warnings; > > use CGI; > > The CGI.pm module, which is included with the perl > distribution, has some excellent examples. You can also > read Ovi

RE: Perl Script in Tables

2003-10-23 Thread Charles K. Clarkson
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: : I solved it by myself, just wanted to post the solution : even if it's so simple, maybe it could useful for someone. : I just forgot the first instruction of any perl script in : HTML: print "Content-type: text/html\n\n"; : I put this instruction jus

Re: Perl Script in Tables

2003-10-23 Thread p . libardi
On giovedì 23 ottobre 2003, alle 14:50, [EMAIL PROTECTED] wrote: > Hi everyone, I started using Perl scripts just a couple of weeks ago, > and now I'm trying to include my first script inside a table in a Php > page. The table is correct, I just want the perl script to fill a TD in > the table. Up

Re: How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-09-17 Thread Chuck Fox
Zedgar, You are chasing the yourself into circles. Security is dictated by circumstances and resources available. In our case, we had plenty of both and developed for our needs the "best" solution. Insofar as the storing of the password for the login that is used to get the password, we too

How to secure database password? (was Re: Perl/DBI newbie: password storage / security question)

2003-09-17 Thread zedgar
Hello, Many thanks to R. Joseph Newton, Motherofperls, essential quint and Chuck Fox for answering my questions, however it is still not what I was asking about. My previous posts were long and maybe unclear so I'll try to get straight to the point this time, adding more details at the bottom o

Re: Perl/DBI newbie: password storage / security question

2003-09-14 Thread R. Joseph Newton
[EMAIL PROTECTED] wrote: > Thank you Joseph and Motherofperls for your tips, however I need something more than > security through obscurity, as this database is going to store our customers > personal information (real name and contact information) which is absolutely > unacceptable to be stor

Re: Perl/DBI newbie: password storage / security question

2003-09-14 Thread essential quint
andpoint. Anyway, I'll leave go now... just thinking out loud... providing some food for thought... etc... Good luck! quint From: [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Perl/DBI newbie: password storage / security question Date: Sat, 13

Re: Perl/DBI newbie: password storage / security question

2003-09-14 Thread zedgar
R. Joseph Newton wrote: > [EMAIL PROTECTED] wrote: > >>I'm basically concerned about the security of writing a simple web frontend to SQL >>database, the most important question being: how should I store the database >>password? >>[...] >>There are tens of websites on the server and every databa

Re: Perl/Linux problem.

2003-09-11 Thread david
Sara wrote: > Yep, I did that, tried every single option to remove this premature end of > script headers. > > Do you think it has to do something with 'gedit' text editor? because I am > scripting in this editor for the very first time. > The scripts copied from Window XP machine have no problem

RE: Perl/Linux problem.

2003-09-11 Thread Jonathan E. Hogue
A cgi hello world script must have the headers in it. For example, #!/usr/bin/perl print "Content-Type: Text/HTML\n\n"; print "Hello World"; -Original Message- From: Sara [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2003 5:37 AM To: beginperl Subject: Perl/Linux problem. I

Re: Perl/Linux problem.

2003-09-11 Thread drieux
On Thursday, Sep 11, 2003, at 06:05 US/Pacific, Sara wrote: [..] and simply print "Content-Type: text/html\n"; print "Hello World\n"; that form will NOT have the separator and I expect you see something like: [..] : [jeeves: 45:] test_cgi GET simple.cgi : Content-Type: text/plain : hello World :

Re: Perl/Linux problem.

2003-09-11 Thread david
Sara wrote: > Apache Error Log: "premature end of script headers" > > [snip] > output, verified the syntax is ok and there is no problem with this 3 line > script, but in the browser it again failed to run. since it's only a 3 liner, can you post it? david -- $_=q,01500145015401540157004001

Re: Perl/Linux problem.

2003-09-11 Thread Sara
-- and simply print "Content-Type: text/html\n"; print "Hello World\n"; -- Thanks, Sara. - Original Message - From: "drieux" <[EMAIL PROTECTED]> To: "cgi cgi-list" <[EMAIL PROTECTED]> Sent: Friday, Septe

Re: Perl/Linux problem.

2003-09-11 Thread drieux
Sara, Wiggins is right, one of the questions is what exactly did the Apache Error Log say was it's chief complaint. The 'premature end of script headers' suggest that your output does not have a content-type or there is separating them. eg: [jeeves: 45:] test_cgi GET simple.cgi Content-Type: text

Re: Perl/Linux problem.

2003-09-11 Thread Sara
Apache Error Log: "premature end of script headers" Thanks, Sara. - Original Message - From: "Wiggins d'Anconia" <[EMAIL PROTECTED]> To: "Sara" <[EMAIL PROTECTED]>; "beginperl" <[EMAIL PROTECTED]> Sent: Fri

RE: Perl/Linux problem.

2003-09-11 Thread Wiggins d'Anconia
On Thu, 11 Sep 2003 15:37:05 +0500, "Sara" <[EMAIL PROTECTED]> wrote: > I recently installed RH 9.0 on my machine with pre-configured Apache and Perl. > > I made a simple script "HELLO WORLD" to check the Perl and it gave me a continuous > error

  1   2   3   4   >