in reply to What the heck does this mean?
It's using a regex to assign to $coclli if the variable isn't already assigned.if (/^coclli=(.*)/ and $coclli eq '') { $coclli = $1; }
The deparser is available in Perl 5.005 and up, as:
japhy% perl -MO=Deparse program_name
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: What the heck does this mean?
by Falkkin (Chaplain) on Mar 13, 2001 at 01:33 UTC |