Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
i don't understand the 3rd line ($prompt, *_) = @_;local($prompt, @cmp_list, $return, @match, $l, $test, $cmp, $r); if ($_[1] =~ /^StB\0/) { ($prompt, *_) = @_; } ...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: What does this mean?
by sgt (Deacon) on Jul 12, 2007 at 07:30 UTC | |
Re: What does this mean?
by swampyankee (Parson) on Jul 12, 2007 at 11:55 UTC | |
Re: What does this mean?
by jesuashok (Curate) on Jul 12, 2007 at 07:13 UTC | |
Re: What does this mean?
by Anonymous Monk on Jul 12, 2007 at 06:45 UTC |