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
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
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
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
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
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
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
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
>
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
...
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
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
11 matches
Mail list logo