On Dec 24, 2007 3:24 PM, Robert Hicks <[EMAIL PROTECTED]> wrote:
> I would like to read something on the preferable or "best", if you want
> to use that term, way of building large applications in Perl. I am
> looking for structure of the program and things like that.
>
> Robert
Take a look at Per
I would like to read something on the preferable or "best", if you want
to use that term, way of building large applications in Perl. I am
looking for structure of the program and things like that.
Robert
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
On Dec 22, 2007 3:38 AM, Dermot <[EMAIL PROTECTED]> wrote:
>
>
>
> On 22/12/2007, Jay Savage <[EMAIL PROTECTED]> wrote:
> >
> > On Dec 20, 2007 3:54 AM, Dr.Ruud <[EMAIL PROTECTED]> wrote:
> > > Rob Dixon schreef:
> > > > Dr.Ruud wrote:
> > > >> Jay Savage schreef:
> > > >>> Corin Lawson wrote:
> >
On Dec 23, 2007 10:53 PM, lists user <[EMAIL PROTECTED]> wrote:
> How to get a process's snapshot data in perl like Apache::Scoreboard
> for apache processes?
Probably in much the same way.
What process's data are you trying to obtain? In the case of Apache,
it maintains the so-called scoreboard
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
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 the guidence of how to go about. can it be
acheived using