Imp

--0016e68ddd8746b484048f072b00
Content-Type: text/plain; charset=ISO-8859-1

Hello everyone,

Can anyone please guide me with specific CPAN perl libraries/modules, to
send queries and get responses. I tried looking in CPAN,but I am still a
learner, so not able to get properly.
Can anyone reply me for the same please?

Many Thanks.
Jyoti

--0016e68ddd8746b484048f072b00--
jyoti [ Mo, 30 August 2010 11:34 ] [ ID #2046901 ]

Re: Imp

On Monday 30 August 2010 12:34:20 Jyoti wrote:
> Hello everyone,
>
> Can anyone please guide me with specific CPAN perl libraries/modules, to
> send queries and get responses. I tried looking in CPAN,but I am still a
> learner, so not able to get properly.
> Can anyone reply me for the same please?
>

I don't understand what you want. Are you looking for CPAN modules to send
network queries (e.g: HTTP queries, SQL queries, etc.) and get responses? Or
are you talking about human queries and responses?

For how to find stuff on CPAN see:

http://perl-begin.org/topics/cpan/

Regards,

Shlomi Fish

> Many Thanks.
> Jyoti

--
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
The Case for File Swapping - http://shlom.in/file-swap

God considered inflicting XSLT as the tenth plague of Egypt, but then
decided against it because he thought it would be too evil.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shlomi Fish [ Mo, 30 August 2010 11:54 ] [ ID #2046902 ]

Re: Imp

--000e0cd14fe6cca44c048f078869
Content-Type: text/plain; charset=ISO-8859-1

On Mon, Aug 30, 2010 at 3:04 PM, Jyoti <jcutiepie3 [at] gmail.com> wrote:

> Hello everyone,
>
> Can anyone please guide me with specific CPAN perl libraries/modules, to
> send queries and get responses. I tried looking in CPAN,but I am still a
> learner, so not able to get properly.
> Can anyone reply me for the same please?
>
> Many Thanks.
> Jyoti
>

Please be specific.
Which perl module are you using.


--
Thanks
Ram
<http://www.netcore.co.in/>




n <http://pragatee.com>

--000e0cd14fe6cca44c048f078869--
Ramprasad Prasad [ Mo, 30 August 2010 12:00 ] [ ID #2046903 ]

Re: Imp

--0003255762be13ce90048f0b11bb
Content-Type: text/plain; charset=ISO-8859-1

HI everyone,

Sorry about previous incomplete question. Yes, I am looking for CPAN modules
to send network queries and get responses (HTTP queries.). To be more
specific, these modules should be used in Web Services, (using SOAP).

Many Thanks.
Jyo

Are you looking for CPAN modules to send
network queries (e.g: HTTP queries, SQL queries, etc.) and get responses?

On Mon, Aug 30, 2010 at 11:00 AM, Ramprasad Prasad
<ramprasad.ap [at] gmail.com>wrote:

>
>
> On Mon, Aug 30, 2010 at 3:04 PM, Jyoti <jcutiepie3 [at] gmail.com> wrote:
>
>> Hello everyone,
>>
>> Can anyone please guide me with specific CPAN perl libraries/modules, to
>> send queries and get responses. I tried looking in CPAN,but I am still a
>> learner, so not able to get properly.
>> Can anyone reply me for the same please?
>>
>> Many Thanks.
>> Jyoti
>>
>
> Please be specific.
> Which perl module are you using.
>
>
> --
> Thanks
> Ram
> <http://www.netcore.co.in/>
>
>
>
>
> n <http://pragatee.com>
>
>

--0003255762be13ce90048f0b11bb--
jyoti [ Mo, 30 August 2010 16:13 ] [ ID #2046904 ]

Re: Imp

Hi Jyoti,

On Monday 30 August 2010 17:13:20 Jyoti wrote:
> HI everyone,
>
> Sorry about previous incomplete question. Yes, I am looking for CPAN
> modules to send network queries and get responses (HTTP queries.). To be
> more specific, these modules should be used in Web Services, (using SOAP).
>

Then:

[quote]
<perlbot> rindolf: avoid SOAP::Lite, try SOAP::WSDL or XML::Compile::SOAP for
more modern takes on the protocol
[/quote]

You may wish to work directly with
http://search.cpan.org/perldoc?LWP::UserAgent or with
http://search.cpan.org/dist/LWP-Curl/ directly.

Regards,

Shlomi Fish

--
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
List of Portability Libraries - http://shlom.in/port-libs

God considered inflicting XSLT as the tenth plague of Egypt, but then
decided against it because he thought it would be too evil.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shlomi Fish [ Mo, 30 August 2010 16:22 ] [ ID #2046905 ]

Re: Imp

--0016e64135e0239735048f0ef90d
Content-Type: text/plain; charset=ISO-8859-1

Yep in CPAN ! Not Databases.

Thanks.
Jyo

On Mon, Aug 30, 2010 at 6:16 PM, Shawn Rynearson
<shawn.rynearson [at] gmail.com>wrote:

> To get queries and responses in CPAN? Or are you talking about MySQL? If
> your talking about SQL, use DBI. http://dbi.perl.org/
>
> On Aug 30, 2010, at 3:34 AM, Jyoti wrote:
>
> Hello everyone,
>>
>> Can anyone please guide me with specific CPAN perl libraries/modules, to
>> send queries and get responses. I tried looking in CPAN,but I am still a
>> learner, so not able to get properly.
>> Can anyone reply me for the same please?
>>
>> Many Thanks.
>> Jyoti
>>
>
>

--0016e64135e0239735048f0ef90d--
jyoti [ Mo, 30 August 2010 20:52 ] [ ID #2046906 ]

Re: Imp

Hi Shlomi

How are these modules that you have mentioned when compared to some
tools like JMeter and LoadRunner.

Are they similar in terms of acting like client to send the protocol
requests ?

Please let me know if i am incorrect in my understanding. Would be glad
to learn about it.

Thanks
Jatin

On 8/30/2010 7:52 PM, Shlomi Fish wrote:
> Hi Jyoti,
>
> On Monday 30 August 2010 17:13:20 Jyoti wrote:
>> HI everyone,
>>
>> Sorry about previous incomplete question. Yes, I am looking for CPAN
>> modules to send network queries and get responses (HTTP queries.). To be
>> more specific, these modules should be used in Web Services, (using SOAP).
>>
> Then:
>
> [quote]
> <perlbot> rindolf: avoid SOAP::Lite, try SOAP::WSDL or XML::Compile::SOAP for
> more modern takes on the protocol
> [/quote]
>
> You may wish to work directly with
> http://search.cpan.org/perldoc?LWP::UserAgent or with
> http://search.cpan.org/dist/LWP-Curl/ directly.
>
> Regards,
>
> Shlomi Fish
>

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Jatin Davey [ Di, 31 August 2010 06:37 ] [ ID #2046957 ]

Re: Imp

Hi Jatin,

On Tuesday 31 August 2010 07:37:26 Jatin Davey wrote:
> Hi Shlomi
>
> How are these modules that you have mentioned when compared to some
> tools like JMeter and LoadRunner.
>

I have never worked with either JMeter or LoadRunner, and have never
programmed any SOAP requests (and hope it will stay this way, as SOAP has an
awful reputation). I have worked a little with LWP::UserAgent, and it's a very
down-to-the-iron HTTP module, which is ocassionally useful (though I often
prefer to use WWW::Mechanize and derivative modules for interacting with HTML
web-sites), but cannot compare it to JMeter or LoadRunner, which I have only
heard of now.

Regards,

Shlomi Fish

--
------------------------------------------------------------ -----
Shlomi Fish http://www.shlomifish.org/
Understand what Open Source is - http://shlom.in/oss-fs

God considered inflicting XSLT as the tenth plague of Egypt, but then
decided against it because he thought it would be too evil.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Shlomi Fish [ Di, 31 August 2010 11:02 ] [ ID #2046958 ]

Re: Imp

Thanks Shlomi.

Thanks
Jatin

On 8/31/2010 2:32 PM, Shlomi Fish wrote:
> Hi Jatin,
>
> On Tuesday 31 August 2010 07:37:26 Jatin Davey wrote:
>> Hi Shlomi
>>
>> How are these modules that you have mentioned when compared to some
>> tools like JMeter and LoadRunner.
>>
> I have never worked with either JMeter or LoadRunner, and have never
> programmed any SOAP requests (and hope it will stay this way, as SOAP has an
> awful reputation). I have worked a little with LWP::UserAgent, and it's a very
> down-to-the-iron HTTP module, which is ocassionally useful (though I often
> prefer to use WWW::Mechanize and derivative modules for interacting with HTML
> web-sites), but cannot compare it to JMeter or LoadRunner, which I have only
> heard of now.
>
> Regards,
>
> Shlomi Fish
>

--
To unsubscribe, e-mail: beginners-unsubscribe [at] perl.org
For additional commands, e-mail: beginners-help [at] perl.org
http://learn.perl.org/
Jatin Davey [ Di, 31 August 2010 11:25 ] [ ID #2046959 ]
Perl » gmane.comp.lang.perl.beginners » Imp

Vorheriges Thema: update bind via net::dns
Nächstes Thema: chomp () function