Revision b95c5658
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
516 | 516 |
sub update { |
517 | 517 |
$main::lxdebug->enter_sub(); |
518 | 518 |
|
519 |
my ($recursive_call) = shift;
|
|
519 |
my ($recursive_call) = @_;
|
|
520 | 520 |
|
521 | 521 |
my $form = $main::form; |
522 | 522 |
my %myconfig = %main::myconfig; |
Auch abrufbar als: Unified diff
Konstruktue "my ($foo) = shift" durch eindeutigere Konstrukte ersetzt