Re: Referencing Control Operators

2004-01-22 Thread drieux
On Jan 22, 2004, at 4:32 PM, Mark LoBue wrote: At 12:12 PM 1/22/2004, John Baker wrote: [..] and change it such that the 'unless' conditional operator is referenced conceptually similar to the following: sub getFieldFromAllRecords { my ($self, $directive, $keyword, $matchCondition) = @_; Rather

Re: Referencing Control Operators

2004-01-22 Thread Mark LoBue
At 12:12 PM 1/22/2004, John Baker wrote: >Greetings. > >Is it possible to reference a control operator? > >For example, I'd like to take this code: > > > sub getFieldFromAllRecords { > my ($self, $directive, $keyword, $matchCondition) = @_; > >my ($field, $regArr); > ># anoth

Referencing Control Operators

2004-01-22 Thread John Baker
Greetings. Is it possible to reference a control operator? For example, I'd like to take this code: sub getFieldFromAllRecords { my ($self, $directive, $keyword, $matchCondition) = @_; my ($field, $regArr); # another public method within same pkg: my $allRecs