Revision 0fba3edd
Von Moritz Bunkus vor mehr als 14 Jahren hinzugefügt
scripts/spawn_oo.pl | ||
---|---|---|
29 | 29 |
|
30 | 30 |
$ENV{'HOME'} = getcwd() . "/$userspath"; |
31 | 31 |
|
32 |
my $template = OpenDocumentTemplate->new("", $form, \%myconfig, $userspath);
|
|
32 |
my $template = SL::Template::create(type => 'OpenDocument', file_name => '', form => $form, myconfig => \%myconfig, userspath => $userspath);
|
|
33 | 33 |
|
34 | 34 |
if (@ARGV && ($ARGV[0] eq "-r")) { |
35 | 35 |
system("ps auxww | " . |
Auch abrufbar als: Unified diff
SL/Template.pm in eine Datei pro Package aufgeteilt.