The goal of this assignment is to put in practice the list and I/O
functionalities implemented by Perl.
Write a program that will read a list from a file (input), will sort
the list in lexical order and write back the sorted list to another
file (output). You can use arrays and any of the Perl
On Sep 1, 8:51 pm, [EMAIL PROTECTED] (Peter Scott) wrote:
> On Mon, 01 Sep 2008 05:45:58 -0700, sumeet .. Light my way..!! wrote:
>
>
>
> > On Sep 1, 5:08 pm, [EMAIL PROTECTED] (John W. Krahn) wrote:
> >> sumeet .. Light my way..!! wrote:
>
> >> > H
On Sep 1, 5:08 pm, [EMAIL PROTECTED] (John W. Krahn) wrote:
> sumeet .. Light my way..!! wrote:
>
> > Hi all,
>
> Hello,
>
> > I have a problem..
> > I need to run / execute multiple processes SIMULTANEOUSLY ( at the
> > same time) . May it be syst
Hi all,
I have a problem..
I need to run / execute multiple processes SIMULTANEOUSLY ( at the
same time) . May it be system processes or any other process
For eg:- running notepad.exe , taskmgr.exe , cmd.exe , open media
player etc .. all at one go... using PERL script.
Please