in reply to Skipping lines
use strict; use warnings; { local $/="\n\n"; while (<DATA>) { my (undef, $o, undef, $q, undef, $c, undef, $u) = split /\n|( +?: : )/, $_; print "Usage for object is $u bytes. Quota is $q bytes. Serve +r is lnxdayhome01. Path is $o\n"; } } __DATA__ Object : T:\HD1\UDENTJP Quota : 250000000 Bytes Current : 0 Bytes Used(%) : 0%
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Skipping lines
by greenFox (Vicar) on Jul 16, 2002 at 01:23 UTC | |
by Anonymous Monk on Jul 16, 2002 at 12:32 UTC |