Thread Skript für automatisches File-Linking mit Matroska (49 answers)
Opened by Habanero at 2010-02-07 13:33

renee
 2010-02-09 18:02
#132449 #132449
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Stimmt.

@Habanero: Das mit den Hochkomma solltest Du so lösen können (ist zwar auch nicht portabler, sollte aber zum Ziel führen):

Code (perl): (dl )
1
2
push @options, '--set "next-uid=' . $segment_uids[$idx + 1] . '"' if ($idx + 1 < scalar(@files));
push @options, '--set "prev-uid=' . $segment_uids[$idx - 1] . '"' if ($idx > 0);
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Skript für automatisches File-Linking mit Matroska