Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e09e900d

Von Sven Schöling vor fast 10 Jahren hinzugefügt

  • ID e09e900d226835ec8d8983e0df5861157bcb2897
  • Vorgänger ffa9f969
  • Nachfolger 07062a3c

$&, $' und $` grösstenteils entfernt.

Unterschiede anzeigen:

SL/Template/Excel.pm
my $contents = join("", @lines);
my @indices;
$contents =~ s%
$self->{tag_start} [<]* (\s?) [<>\s]* ([\w\s]+) [<>\s]* $self->{tag_end}
( $self->{tag_start} [<]* (\s?) [<>\s]* ([\w\s]+) [<>\s]* $self->{tag_end} )
%
$self->format_vars(align_right => $1 ne '', varstring => $2, length => length($&), indices => \@indices)
$self->format_vars(align_right => $2 ne '', varstring => $3, length => length($1), indices => \@indices)
%egx;
if (!defined($contents)) {

Auch abrufbar als: Unified diff