In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (David Freeman) wrote:
> $uptime = system ("/usr/bin/uptime");
you want to save the output, so use backticks.
my $uptime = `/usr/bin/uptime`;
--
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CG
On Sunday 23 September 2001 02:20, Zysman, Roiy wrote:
> Can any one show me a way on how to use associative arrays to hold array
> pointers,and how to modify the arrays (not the associativeones)
Well, I suppose one could give examples here, but you're going to be best
off if you read about it y
--On Samstag, 22. September 2001 12:26 -0800 Michael Fowler
<[EMAIL PROTECTED]> wrote:
> On Sat, Sep 22, 2001 at 03:27:01AM +0200, birgit kellner wrote:
>> --On Samstag, 22. September 2001 01:09 +0200 Andrea Holstein
>> > Simple solution is
>> > ...
>> > my $index = 0;
>> > foreach my $element (