in reply to re-using a hash reference (was: Mar)
my $hash_b = $hash1->{'a'}->{'b'}; if ($hash_b->{c}) { $hash2->{bob} = $hash_b->{c}; }
$"=q;grep;;$,=q"grep";for(`find . -name ".saves*~"`){s;$/;;;/(.*-(\d+) +-.*)$/; $_=["ps -e -o pid | "," $2 | "," -v "," "];`@$_`?{print"+ $1"}:{print" +- $1"}&&`rm $1`; print$\;}
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Testing Hash Value (Idiomatic)
by tadman (Prior) on Jun 08, 2002 at 15:32 UTC | |
Re: Re: Mar
by Juerd (Abbot) on Jun 08, 2002 at 15:13 UTC |