On 4/21/06, hridyesh pant <[EMAIL PROTECTED]> wrote: > > Hi dhanashri, > I will take care in future.. > > Thanks > Hridyesh > > Dhanashri Bhate wrote:
[junk snipped] >I myself am not a perl expert, and but I have taken help from the list > quite > >often and it really helps if your subject and mail describes exactly what > >you are trying to do, what approach you have taken to tackle it, and what > >problems you are facing in your solution. > > > >So, my reply was just a suggestion from someone who is also in the > learning > >stage in Perl programming and nothing more! > > > >How you take it depends on you! > > Well Bhate, it seems that your not-so-welcomed sort of behaviour isn't so much welcomed after all. I know how user should behave in this list but saying that, let me also mention that if you are of no help, you are of no use. Go read Larry's text (Perl programming), Randal's text. If you don't know what you are talking about, please don't even bother. If you have time to be rude, then you do have time to be polite as well. Tell them to do their homework politely. In the case of OP's question, one way of doing it would be using sockets. I do not have time nor energy at this point to say how they communicate. Have a look at IPC concept. Especially each of your code will open a socket (address + port) and send/listen for data. Then process that data accordinly. You could use LWP threads too if you have huge amount of data to be processed. Hope that helps. > > >Dhanashri > > > > > > > >>>>-----Original Message----- > >>>>From: hridyesh pant [mailto:[EMAIL PROTECTED] > >>>>Sent: Friday, April 21, 2006 10:03 AM > >>>>To: [EMAIL PROTECTED] > >>>>Subject: Re: Help... > >>>> > >>>>what do you mean by meaningful subject,do u read only subject part in > >>>>your mail....and then try to understand what is written in the > mail.... > >>>> > >>>>Dhanashri Bhate wrote: > >>>> > >>>> > >>>> > >>>>>Hi Hridayesh, > >>>>> > >>>>>First of all, give a meaningful subject! > >>>>>We can pass a value from one perl program to another, the simplest > case > >>>>>being, a.pl returns a value which is accepted by b.pl as a command > line > >>>>>argument! But, you need to describe exactly what u want to do! And > what > >>>>> > >>>>> > >>>>you > >>>> > >>>> > >>>>>have tried till now. Then only one can help! > >>>>> > >>>>>Dhanashri > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>>>-----Original Message----- > >>>>>>>>From: hridyesh pant [mailto:[EMAIL PROTECTED] > >>>>>>>>Sent: Thursday, April 20, 2006 4:49 PM > >>>>>>>>To: beginners@perl.org > >>>>>>>>Subject: Help... > >>>>>>>> > >>>>>>>>Hi, > >>>>>>>>Is there a way to pass a Value from one perl Program(a.pl) to > another > >>>>>>>>Perl program(b.pl). > >>>>>>>> > >>>>>>>>Regards > >>>>>>>>hridyesh > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>-- > >>>>>>>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>>>>>>For additional commands, e-mail: [EMAIL PROTECTED] > >>>>>>>><http://learn.perl.org/> <http://learn.perl.org/first-response> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > > > > > > > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > > -- Cheers, SanoBabu