in reply to redirect STDOUT from system() function
Would that do it for you ?#!/usr/bin/perl -w use strict; my @List=`ls -al`; print @List;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: redirect STDOUT from system() function
by uzzikie (Sexton) on Aug 10, 2001 at 12:59 UTC | |
by chromatic (Archbishop) on Aug 10, 2001 at 22:53 UTC |