Re: application starter kit

2017-01-23 Thread Shlomi Fish
On Mon, 23 Jan 2017 10:44:18 +0100 Luca Ferrari wrote: > On Mon, Jan 23, 2017 at 10:39 AM, Chas. Owens wrote: > > I think you are saying you want to be able to create one file you can give > > to someone else and have them run a Perl 5 program you have written without > > having to install all o

Re: application starter kit

2017-01-23 Thread Chas. Owens
I am still not quite understanding what you want. Are you saying you want to create a CPAN module that installs a script (and possible some modules as well)? If so, then take a look at any of the existing modules that do that like App::cpanminus. I believe App is the namespace for that sort of modu

Re: application starter kit

2017-01-23 Thread Luca Ferrari
On Mon, Jan 23, 2017 at 10:39 AM, Chas. Owens wrote: > I think you are saying you want to be able to create one file you can give > to someone else and have them run a Perl 5 program you have written without > having to install all of the modules (and possibly even perl itself). If > this is the

Re: application starter kit

2017-01-23 Thread Chas. Owens
I think you are saying you want to be able to create one file you can give to someone else and have them run a Perl 5 program you have written without having to install all of the modules (and possibly even perl itself). If this is the case, then you are in luck. There are a couple of solutions t

Re: Application

2007-12-24 Thread [EMAIL PROTECTED]
On Dec 24, 6:58 am, [EMAIL PROTECTED] (Alma) wrote: > Hi All, > > I have got an application which is not a GUI developed in C. I need to > enter the data from notepad and enter in the place which prompt me for > the correct data. I am storing in the order in which its prompting. > can any one provi

Re: Application

2007-12-24 Thread yitzle
On 12/24/07, Alma <[EMAIL PROTECTED]> wrote: > Hi All, > > I have got an application which is not a GUI developed in C. I need to > enter the data from notepad and enter in the place which prompt me for > the correct data. I am storing in the order in which its prompting. > can any one provide me t

RE: :Application

2003-08-14 Thread NYIMI Jose (BMB)
larkson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 7:33 PM To: NYIMI Jose (BMB); [EMAIL PROTECTED] Subject: RE: :Application NYIMI Jose (BMB) <[EMAIL PROTECTED]> wrote: : : I'm wondering why the CGI::Application module is not : so popular in Perl's world like it is

RE: :Application

2003-08-14 Thread wiggins
On Wed, 13 Aug 2003 12:33:19 -0500, "Charles K. Clarkson" <[EMAIL PROTECTED]> wrote: > NYIMI Jose (BMB) <[EMAIL PROTECTED]> wrote: > : > : I'm wondering why the CGI::Application module is not > : so popular in Perl's world like it is the case for >

RE: :Application

2003-08-14 Thread Charles K. Clarkson
NYIMI Jose (BMB) <[EMAIL PROTECTED]> wrote: : : I'm wondering why the CGI::Application module is not : so popular in Perl's world like it is the case for : Struts in Java's world. : To me, there are both very similar due to the fact : that they are serving the same cause : "framework to : build reu

RE: :Application

2003-08-14 Thread NYIMI Jose (BMB)
... José. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 8:54 PM To: NYIMI Jose (BMB); [EMAIL PROTECTED] Subject: RE: :Application On Wed, 13 Aug 2003 12:33:19 -0500, "Char

Re: application/x-www-urlform-encoded

2002-10-28 Thread Steve Grazzini
Josimar Nunes De Oliveira <[EMAIL PROTECTED]> wrote: > > Does anybody know how to encode data into > "application/x-www-urlform-encoded" format? > You can url-escape the form values with the URI::Escape module from CPAN. But if you're building a POST request, the easiest way is with the HTTP::Re