Virtualmin and Webmin web hosting control panel are written in Perl 5

2022-08-01 Thread Turritopsis Dohrnii Teo En Ming
Subject: Virtualmin and Webmin web hosting control panel are written in Perl 5 Good day from Singapore, I understand that Virtualmin and Webmin web hosting control panel are written in Perl 5. Source: In which perl framework is webmin written into? Link: https://archive.virtualmin.com/node

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

Perl with Ajax issue

2019-08-12 Thread Matt Zand
I am making Ajax call to Perl page and try to parse data in perl page and return results to html page on my perl page, I have use strict; use warnings; // use JSON; use CGI; my $cgi = CGI->new(); my $string = $cgi->param('sform'); my $json = encode_json( [$string] ); print $cg

Active Perl and ImageMagick

2012-02-18 Thread Skirv
I cant seem to get this module to work at all. I have Windows 7 Pro 64bit, Apache 2.2.14, Active Perl 5.14.2.1402 64 bit Then I installed... ImageMagick-6.7.5-6-Q16-windows-x64-dll.exe I can run perl scripts on my web server fine and dandy, all day long, but If i call "use Image::Magick

Debian, Apache, Perl, CGI.pm, ErrorDocument, and POST

2011-04-02 Thread David Christensen
beginners-cgi: I have a Debian 6.0, Apache 2.2.16, Perl 5.10.1, and CGI.pm 3.43 machine with a folder containing: $ cat .htaccess Options +ExecCGI AddHandler cgi-script pl ErrorDocument 404 /cgi.pm-get-post-errordocument/printcgi.pl $ cat index.html direct

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

PERL CGI SCRIPT killed by apache on client abort

2011-03-27 Thread Przemysław Rejf
cript: #!/usr/bin/perl -w use strict; use CGI; use warnings; use Digest::MD5 qw(md5_hex); use POSIX qw/ceil/; use POSIX 'setsid'; use LWP::Simple; $CGI::DISABLE_UPLOADS = 0; $CGI::POST_MAX = 1024 * 1024 * 200; our $php_exec = '/usr/bin/php'; our $www_root = 'www_root';

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 i

RE: [cgiapp] Why perl lost steam...

2010-09-23 Thread Dermot Paikkos
> -Original Message- > My interest in peeking at Boulder was really OT, but let me explain a > little more about why it intrigues me. It seems to offer some simple > ways to search for data in sets of simple data files like those created > when using the CGI->save method, almost an SQL lik

Re: [cgiapp] Why perl lost steam...

2010-09-23 Thread Bill Stephenson
x27;s questions... I've been working on an iDevice web app lately. It's a small, focused, app. I made it with CGI.pm, no other perl modules, and the Prototype JS libraries. This little app uses the CGI->save method to store user preferences on the server. Now, since the file t

Where do i begin to learn Perl CGI? (before: Re: Why perl lost steam...)

2010-09-23 Thread Robert Roggenbuck
Hi, it depends how much You know about CGI in general. If you already know the basics about HTML-programming and the principles of CGI just have a look in the very detailed documentation of the Perl CGI module (http://search.cpan.org/~lds/CGI.pm-3.49/lib/CGI.pm). If HTML and CGI are new for

RE: Why perl lost steam...

2010-09-21 Thread Dermot Paikkos
> -Original Message- > From: Bill Stephenson [mailto:bi...@ezinvoice.com] > Sent: 20 September 2010 21:40 > To: beginners cgI > Subject: Why perl lost steam... > > This email list used to bustle. It was active and vibrant. > > No more. Now it is practically de

Re: Why perl lost steam...

2010-09-21 Thread Randal L. Schwartz
>>>>> "Eko" == Eko Budiharto writes: Eko> it is true many people are using CMS more often and I think all CMS Eko> are using PHP instead of perl. You are mistaken. PHP is only one of many viable options for CMS. Perl is another. So are Ruby and Python and [

Re: Why perl lost steam...

2010-09-21 Thread Tiberiy Virtgaym
Dear All, Where do i begin to learn Perl CGI? Thank you. Tiberiy Virtgaym Operational Excellence, LS2 Support Deutsche Bank 2 Harbor Side NJ Jersey City 07311 201-593-2355

Re: Why perl lost steam...

2010-09-20 Thread Eko Budiharto
hi David, it is true many people are using CMS more often and I think all CMS are using PHP instead of perl. But for me, I am using any kinds that can help me to achieve my goal, not restricted to one technology. I am still using perl for my backend. :) On 9/21/2010 9:46 AM, David Taiaroa

Re: Why perl lost steam...

2010-09-20 Thread Ask Bjørn Hansen
On 9/20/10 13:39, Bill Stephenson wrote: This email list used to bustle. It was active and vibrant. No more. Now it is practically dead. Looking at job statistics and activity in all the "web related" Perl projects I think it's more a matter of this list being spectacular

Re: Why perl lost steam...

2010-09-20 Thread David Taiaroa
Hi Bill, Eko, Interesting question. I find that now I often use PHP and CMS options like Joomla to handle tasks that 10 years ago I would have turned to Perl to solve. Panchroma Website Development Moncton :: Riverview :: Dieppe www.panchroma.ca On Mon, Sep 20, 2010 at 10:50 PM, Eko

Bls: Why perl lost steam...

2010-09-20 Thread zach
Perhaps, someone who learned about creating a perl-based web application is not 'a beginner', and i guess this type of person will directly choose a framework for completing the work, perhaps 'the newbies will be found at other mailing lists (C:: A or Mojolicious Catalys

Re: Why perl lost steam...

2010-09-20 Thread Eko Budiharto
dear Bill, not exactly this mailing list will be dead. It is probably passive for this moment. It is impossible perl will loose from the IT world. If there is no beginners, it is good, right? Because there will be more expert people can help beginners/newbies. :) On 9/21/2010 3:39 AM, Bill

Why perl lost steam...

2010-09-20 Thread Bill Stephenson
This email list used to bustle. It was active and vibrant. No more. Now it is practically dead. It would seem that right now, when "Web Apps" are really coming into their own, CGI scripts written in Perl would be the place that "Beginners" would start looking. But th

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

Perl CGI

2010-04-30 Thread karthickn sabari
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 the codding. Thanks, Karthick.N

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 n

Perl CGI advise/feedback please ...

2010-02-10 Thread newbie01 perl
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 database, for example, MySQL. The web server will be Apache. Given t

Re: cgi and perl database interaction

2009-12-02 Thread Paweł Prędki
itten before that I've started using simple CGI scripts in Perl to make some activities automatic (i.e. statistics updates, standings updates - it's a sports-related website :) ). At first, I used the Storable module and kept all the data in flat files but it generally is not the best solutio

Re: cgi and perl database interaction

2009-12-02 Thread Paweł Prędki
re a bunch more features, it still shares the same simple-to-use principles, except you most likely use the included Template Toolkit module to render the pages. However, there are also a lot of files where there is much more php code and no perl code as well as small panels written in pu

Re: cgi and perl database interaction

2009-12-01 Thread Greg Jetter
ritten before that I've started using simple CGI scripts > in Perl to make some activities automatic (i.e. statistics updates, > standings updates - it's a sports-related website :) ). > > At first, I used the Storable module and kept all the data in flat files > but it gene

Re: cgi and perl database interaction

2009-12-01 Thread Paweł Prędki
27;s really not necessary :) The site is not big, we don't have much traffic so such inefficiencies don't cost us much. I just wanted to know if there was a straightforward solution to this problem and I figured there could be problems with such injection of Perl into a php-dominated applica

Re: cgi and perl database interaction

2009-12-01 Thread Rene Schickbauer
n the server besides CGI scripts, you're probably out of luck, though. If you CAN install additional software on the server, mod_perl could be the way to go. Or run your own small perl-based server for those pages on another port, HTTP::Server::Simple::CGI (or my Maplat-Framework) migh

cgi and perl database interaction

2009-12-01 Thread Paweł Prędki
Hello, I have a website that uses a php engine for news generation and, basically, most of the other pages. It uses a MySQL database to store the majority of the page contents (i.e. news). However, I've written before that I've started using simple CGI scripts in Perl to make some

Re: Are there any free web hosting providers who also allow perl scripting?

2009-04-17 Thread Bob O'Neill
Hi You could set up an account with UKLinux.net. They have always allowed Perl on their free area. Regards Bob On Friday 17 April 2009 18:57:45 Angus Comber wrote: > Hello > > I want to setup a demo web site which will use some perl scripts. Is > anyone aware of free sites who

Re: Need some information about perl documentation.

2009-02-12 Thread Gunnar Hjalmarsson
Raheel Hassan wrote: I am a new member to this group, i am working on my research project where i have to work using Perl. The first phase of the project is written by many people and they have not done any documentation with the code. Sounds to me as a miserable start of a Perl project

Need some information about perl documentation.

2009-02-12 Thread Raheel Hassan
Hello to All the members, I am a new member to this group, i am working on my research project where i have to work using Perl. The first phase of the project is written by many people and they have not done any documentation with the code. When i tried to understand the code i did not get any

Need some information about perl documentation.

2009-02-12 Thread Raheel Hassan
Hello to All the members, I am a new member to this group, i am working on my research project where i have to work using Perl. The first phase of the project is written by many people and they have not done any documentation with the code. When i tried to understand the code i did not get any

Re: Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Gunnar Hjalmarsson
Karthik Vemula wrote: I have a problem. I have a web page that has a main page index.cgi. it has some links in it. When i click on the linkc i have their address as index.cgi?_SHOW_PAGE=11. /// it is written in the documentation that when this link is clicked Will hit the database "cwt_page_

Regarding opening web page scripted in perl and cgi

2009-01-15 Thread Karthik Vemula
Hi I have a problem. I have a web page that has a main page index.cgi. it has some links in it. When i click on the linkc i have their address as index.cgi?_SHOW_PAGE=11. /// it is written in the documentation that when this link is clicked Will hit the database "cwt_page_content" with page_

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

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

perl-cgi and apache configuration in fedora 9

2008-11-14 Thread venu madhav reddy
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 in advance

Re: section 508 compliance to Perl-generated forms?

2008-08-15 Thread Greg Jetter
On Friday 15 August 2008 6:31:56 am mike wrote: > Hello, > I have a number of Perl CGI scripts that generate html forms that > need to be made 'Section 508' compliant. I have combed CPAN and > perldoc but haven't been able to find any way to do this, e.g. with a &g

section 508 compliance to Perl-generated forms?

2008-08-15 Thread mike
Hello, I have a number of Perl CGI scripts that generate html forms that need to be made 'Section 508' compliant. I have combed CPAN and perldoc but haven't been able to find any way to do this, e.g. with a module. Can anyone send me in the proper direction? Thanks very much

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

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

2008-07-16 Thread Jimisola Laursen
l su: Sorry I suspect that Perl runs in taint mode and I've readup on it but I'm still unable to get this to work. Any help would be highly appreciated. Best Regards, Jimisola The files below slightly obfuscated for privacy reason (changed name of files and some variables). script1:

Re: dinamic cgi with perl

2008-03-15 Thread Greg Jetter
f it finds some error ask you > for some info and i would like to be able to introduce it. > > To solve it i was thinking on introduce a javascript code into my cgi, but > i don't know how to pass the variable info between perl and javascript. > > > could any of you tell me

dinamic cgi with perl

2008-03-15 Thread Pau Marc Munoz Torres
. To solve it i was thinking on introduce a javascript code into my cgi, but i don't know how to pass the variable info between perl and javascript. could any of you tell me how to do it or give me any idea or give me a solution of how do it? thanks pau -- Pau Marc Muñoz Torres Laborato

Re: uploading a file with perl

2008-01-13 Thread Gunnar Hjalmarsson
Mike Williams wrote: On Jan 12, 2008 9:33 PM, Sean Davis wrote: You should probably be using CGI.pm. It will vastly simplify what you are doing. Then, you can read any of a dozen sites on doing file uploads using CGI; see search.cpan.org for the details of using CGI.pm. I agree with Sean. Y

Re: uploading a file with perl--->kueri: ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="level" asda ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="m

2008-01-13 Thread Mike Williams
> On Jan 12, 2008 5:54 PM, Patrik Hasibuan <[EMAIL PROTECTED]> > wrote: > I am still new in perl. On Jan 12, 2008 9:33 PM, Sean Davis <[EMAIL PROTECTED]> wrote: > Hi, Patrik. > > You should probably be using CGI.pm. It will vastly simplify what you are > doing.

Re: uploading a file with perl--->kueri: ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="level" asda ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="m

2008-01-13 Thread Sean Davis
wrote: > Dear my friends... > > I am still new in perl. > > 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

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çý

uploading a file with perl--->kueri: ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="level" asda ------------4CyrMz2ZeGIClwYfFsVdcv Content-Disposition: form-data; name="major

2008-01-12 Thread Patrik Hasibuan
Dear my friends... I am still new in perl. 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ù= „¬È›ø

Re: What is the function value in perl?

2008-01-12 Thread Peter Scott
On Fri, 11 Jan 2008 21:06:38 -0800, Beginner wrote: > I know how to read the key from the keyboard now but when I use the > Readkey to read the F3 key, it only show 0 for the key, and it is same > as other Fx key... > > Is that any other way to find other those Fx key ASCII value

Re: What is the function value in perl?

2008-01-12 Thread Beginner
I know how to read the key from the keyboard now but when I use the Readkey to read the F3 key, it only show 0 for the key, and it is same as other Fx key... Is that any other way to find other those Fx key ASCII value in perl? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: What is the function value in perl?

2008-01-07 Thread Alexander
- Original Message - From: "Beginner" <[EMAIL PROTECTED]> To: Sent: Monday, January 07, 2008 7:58 AM Subject: Re: What is the function value in perl? > On 1月5日, 下午6時19分, [EMAIL PROTECTED] (Peter Scott) wrote: > > On Fri, 04 Jan 2008 09:04:48 -0800, Beginner wro

Re: What is the function value in perl?

2008-01-07 Thread Beginner
On 1月5日, 下午6時19分, [EMAIL PROTECTED] (Peter Scott) wrote: > On Fri, 04 Jan 2008 09:04:48 -0800, Beginner wrote: > > Hi all, Can any body teach me how to input the function key in perl? > > such as "Esc", F1, F2, F3, F4"... > > I' m programming somethin

Re: What is the function value in perl?

2008-01-05 Thread Peter Scott
On Fri, 04 Jan 2008 09:04:48 -0800, Beginner wrote: > Hi all, Can any body teach me how to input the function key in perl? > such as "Esc", F1, F2, F3, F4"... > I' m programming something with perl to work with IBM AS400 system, > and it needs to input some key

What is the function value in perl?

2008-01-04 Thread Beginner
Hi all, Can any body teach me how to input the function key in perl? such as "Esc", F1, F2, F3, F4"... I' m programming something with perl to work with IBM AS400 system, and it needs to input some key like F3, F9.. Thanks!! -- To unsubscribe, e-mail: [EMAIL PROTE

Perl 6

2008-01-04 Thread Bill Stephenson
I was browsing Perl.com and read a bit of Larry Wall's "State of the Onion". In it he mentions, "It has some issues, but in the long run JavaScript might actually turn out to be a decent platform for running Perl 6 on." What does that mean? -- Bill Stephenson

Next Page gets downloaded in Perl

2007-12-13 Thread Praki
Greetings All I have a Perl file in which i m doing all the operaions in one file based on the command line arguments. login.cgi . . . $query = new CGI; $sid = $query->cookie('CGISESSID') || $query->param('CGISESSID') || undef; $submit_value=$query->param("submit

Perl Module for Regulators

2007-11-05 Thread Rajesh Raghammudi
Any idea about a perl module which lists the regulator details based on the state for United States?

Perl Module for City

2007-11-05 Thread Rajesh Raghammudi
Any idea about a perl module which lists the city details based on the state for United States?

Re: Possible Perl/CGI Application

2007-10-23 Thread Greg Jetter
w the appropriate video file. Ideally using some combination of > radio buttons, drop downs, etc. > > I am experienced in Perl and have have worked with simple HTML. I was > told CGI might be the way to go in developing such an application. My > question is, does that seem reasonable? I

Re: Possible Perl/CGI Application

2007-10-23 Thread David Moreno Garza
On Tue, 2007-10-23 at 02:04 +, [EMAIL PROTECTED] wrote: > I am experienced in Perl and have have worked with simple HTML. I was > told CGI might be the way to go in developing such an application. My > question is, does that seem reasonable? I don't want to throw myself > int

Re: Possible Perl/CGI Application

2007-10-23 Thread Gunnar Hjalmarsson
wns, etc. I am experienced in Perl and have have worked with simple HTML. I was told CGI might be the way to go in developing such an application. My question is, does that seem reasonable? Absolutely. Please study the CGI.pm docs to get started. perldoc CGI -- Gunnar Hjalmarsson Email: http://ww

Possible Perl/CGI Application

2007-10-22 Thread les...@gmail.com
dimensions. The analysis package I use generates movies with the naming convention: length_width_height.avi I want to allow the customer to specify the length, width, and height and view the appropriate video file. Ideally using some combination of radio buttons, drop downs, etc. I am experienced in Per

Perl Courses

2007-08-21 Thread John Arbes
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 any opinions about HOTT'

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

Perl/DBI

2007-06-24 Thread Shawn Hinchy
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 from the search s

Re: cgi-bin will not execute perl program [SOLVED]

2007-06-21 Thread Mike Williams
i-script .cgi > > Then I found that if I commented out this line: > > LoadModule cgi_module modules/mod_cgi.so > > My cgi code no longer worked, it just displayed the source of my perl > code in the browser window. > > Do you have a load module for mod_cgi in your httpd.co

Re: cgi-bin will not execute perl program

2007-06-21 Thread whitsey
ed out that option and Add-Handler which I > also thought was required and my cgi code still worked. > > #Options ExecCGI > #AddHandler cgi-script .cgi > > Then I found that if I commented out this line: > > LoadModule cgi_module modules/mod_cgi.so > > My cgi code no

Re: cgi-bin will not execute perl program

2007-06-14 Thread Mike Williams
as required. Did some tinkering, commented out that option and Add-Handler which I also thought was required and my cgi code still worked. #Options ExecCGI #AddHandler cgi-script .cgi Then I found that if I commented out this line: LoadModule cgi_module modules/mod_cgi.so My cgi code no long

Re: cgi-bin will not execute perl program

2007-06-14 Thread Mumia W.
On 06/14/2007 02:24 AM, whitsey wrote: Mumia W. wrote: On 06/12/2007 09:38 PM, whitsey wrote: [...] AllowOverride None Options None You need "Options ExecCGI" or (more probably) "Options +ExecCGI" The Apache/Tomcat documentation states that the "ScriptAlias" directive automatically

Re: cgi-bin will not execute perl program

2007-06-14 Thread whitsey
Mumia W. wrote: > On 06/12/2007 09:38 PM, whitsey wrote: > > [...] > > > > AllowOverride None > > Options None > > > You need "Options ExecCGI" or (more probably) "Options +ExecCGI" The Apache/Tomcat documentation states that the "ScriptAlias" directive automatically assigns the alias as

Re: cgi-bin will not execute perl program

2007-06-13 Thread Mumia W.
On 06/12/2007 09:38 PM, whitsey wrote: [...] AllowOverride None Options None You need "Options ExecCGI" or (more probably) "Options +ExecCGI" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

cgi-bin will not execute perl program

2007-06-13 Thread whitsey
I am trying to execute the printenv perl script in the cgi-bin directory and it is printing the code instead of executing the script. Normally this is prety basic stuff setting this up however I just can't get it to work. I have gone through the Apache documentation and performed everythi

Re: .pdf files in a perl cgi application?

2007-04-24 Thread David Dorward
On Tue, Apr 24, 2007 at 08:58:52AM -0700, Mary Anderson wrote: >> (Please keep this on the mailing list) No, really. Please keep this on the mailing list. You do that by emailing beginners-cgi@perl.org rather than my private address. > Its not a cgi "macro image" but a "cgi macro" image. Oh. T

Re: .pdf files in a perl cgi application?

2007-04-24 Thread David Dorward
(Please keep this on the mailing list) Mary Anderson wrote: > All I do with the files is to display them using the cgi.pm macro > image. Then the user can download them. Do you know if this also works > with a pdf file? What is a "macro image"? The phrase does not appear it the CGI.pm do

Re: .pdf files in a perl cgi application?

2007-04-23 Thread David Dorward
Mary Anderson wrote: >I have successfully put .gif, .jpg , etc. images into my application. A > user has just sent me some .pdf files, which must be read with Acrobat > Reader, I assume. No, there are plenty of libraries for dealing with PDFs that are not Acrobat Reader. > How would I work

.pdf files in a perl cgi application?

2007-04-23 Thread Mary Anderson
Hi all, I have successfully put .gif, .jpg , etc. images into my application. A user has just sent me some .pdf files, which must be read with Acrobat Reader, I assume. How would I work these into my application? Thanks Mary -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Usage of ftp or sftp in perl as a shell commands

2007-02-12 Thread Tyler Gee
On 2/12/07, Bhavirisetty, Gangadhara (TCS) <[EMAIL PROTECTED]> wrote: Hi, I'm working on HP-UX 11 and somehow ftp is not working but 'sftp' is working, so I'm trying to use SFTP commands as shell commands within Perl script to transfer a file. Can someone please sugges

Usage of ftp or sftp in perl as a shell commands

2007-02-12 Thread Bhavirisetty, Gangadhara (TCS)
Hi, I'm working on HP-UX 11 and somehow ftp is not working but 'sftp' is working, so I'm trying to use SFTP commands as shell commands within Perl script to transfer a file. Can someone please suggest how can I accomplish and provide sample code, if possible? Thanks in

Error while compilation --usage of ftp or sftp in perl

2007-02-10 Thread Bhavirisetty, Gangadhara (TCS)
Hi, While compiling the perl script to ftp the files to remote server, I'm getting the following error. Can you please advice the reason and solution as well? Can't locate Net/sftp.pm in @INC (@INC contains: /opt/perl/lib/5.8.3/IA64.ARCHREV_0-thread-multi /opt/perl/lib/5.8.3 /op

Re: Problem with Fcntl.pm in a compiled(perlcc) Perl-cgi program

2007-02-07 Thread Tom Phoenix
On 2/7/07, I BioKid <[EMAIL PROTECTED]> wrote: I have a compiled perl-cgi program (using perlcc compiled on a 32bit Linux Machine), now I have moved my program to another machine (64bit). Now I am not able to run the program. Have you tried running the non-compiled version (i.e., you

Problem with Fcntl.pm in a compiled(perlcc) Perl-cgi program

2007-02-07 Thread I BioKid
Dear All, I have a compiled perl-cgi program (using perlcc compiled on a 32bit Linux Machine), now I have moved my program to another machine (64bit). Now I am not able to run the program. In the error_log I am getting the error : Can't locate Fcntl.pm. But Fcntl.pm is there, When

RE: Merging Files in Perl

2007-02-02 Thread Akbar Ehsan
@perl.org Cc: Akbar Ehsan; Dennis McFall Subject: Re: Merging Files in Perl On Friday 02 February 2007 08:15, Akbar Ehsan wrote: > Thanks. The cat command worked. > > Can I add a line break at the end of the content of each file? Just print a line break in each file before you close i

Re: Merging Files in Perl

2007-02-02 Thread Sean Davis
On Friday 02 February 2007 08:15, Akbar Ehsan wrote: > Thanks. The cat command worked. > > Can I add a line break at the end of the content of each file? Just print a line break in each file before you close it. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Merging Files in Perl

2007-02-02 Thread Akbar Ehsan
317 921-4872 -Original Message- From: Dennis McFall [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 1:17 AM To: Akbar Ehsan; beginners-cgi@perl.org Subject: Re: Merging Files in Perl At 08:22 PM 2/1/2007, Akbar Ehsan wrote: >Hello Everyone, > >Is there something i

RE: Merging Files in Perl

2007-02-02 Thread Akbar Ehsan
Here is what I have so far. A script that creates two files: andadm.count and blmadm.count. At the end of the script I want to merge these two files in to one file. #!/usr/bin/perl -w #use Net::SMTP; use strict; use CGI::Carp qw(fatalsToBrowser); use CGI; print "Content-Type: text/html; ch

Re: Merging Files in Perl

2007-02-01 Thread Dennis McFall
At 08:22 PM 2/1/2007, Akbar Ehsan wrote: Hello Everyone, Is there something in Perl, a procedure, a method, a command, anything, that would enable me to merge several tiny text files into one big text files. I was searching on perldoc.org unsuccessfully. The cat command in a *nix shell

Re: Merging Files in Perl

2007-02-01 Thread Greg Jetter
On Thursday February 1 2007 5:22 pm, Akbar Ehsan wrote: > Hello Everyone, > > Is there something in Perl, a procedure, a method, a command, anything, > that would enable me to merge several tiny text files into one big text > files. I was searching on perldoc.org unsuccessfu

Merging Files in Perl

2007-02-01 Thread Akbar Ehsan
Hello Everyone, Is there something in Perl, a procedure, a method, a command, anything, that would enable me to merge several tiny text files into one big text files. I was searching on perldoc.org unsuccessfully. Thanks. Akbar Ehsan Internet Services Coordinator Ivy Tech Community College 9301

Perl interaction

2007-01-02 Thread Rafael Gonzalez
Hello: I'm thinking in to create an image (.jpg or .gif) in C++ or Visual Basic with information generated from a Perl script. Is it possible to call a .dll library or an .exe file from Perl or CGI, so sending and receiving parameters? Thanks in advance Rafael -- To unsubscribe, e

Re: Store and retrive binary content via perl-cgi

2006-11-16 Thread David Dorward
On Thu, Nov 16, 2006 at 04:53:16AM -0800, cool planet wrote: > how it would be possible to download and upload images,videos > etc from perl cgi into and from mysql database? Yes > can i have any helpful url ? http://search.cpan.org/~lds/CGI.pm-3.

Store and retrive binary content via perl-cgi

2006-11-16 Thread cool planet
Hi how it would be possible to download and upload images,videos etc from perl cgi into and from mysql database? can i have any helpful url ? i need to keep only the content url/path , file size, file type in the db , not the binary content . That contents will be storing

  1   2   3   4   5   6   7   8   9   10   >