Bryan D Howard <[EMAIL PROTECTED]> wrote:
> ...
> > my $now = system("date");
>
> Whoops. That exectutes the date command but doesn't capture the
> output - the output still goes where it normally would (stdout).
>
> I think you meant:
>
> my $now = `date`;
err, oops. Yup. I sit corrected!
rc
- [expert] extra special dialup script. Franki
- Re: [expert] extra special dialup script. Rusty Carruth
- Re: [expert] extra special dialup script. Bryan D Howard
- Rusty Carruth
