Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c510d88b

Von Sven Schöling vor mehr als 15 Jahren hinzugefügt

und die restlichen .pm Module.

Unterschiede anzeigen:

SL/DATEV/KNEFile.pm
package SL::DATEV::KNEFile;
use strict;
sub new {
my $type = shift;
my $self = {};
......
my $self = shift;
my $amount = shift;
my $width = shift;
our $stellen;
$amount =~ s/-//;
my ($places, $decimal_places) = split m/\./, "$amount";

Auch abrufbar als: Unified diff