Thread Kleine Frage
(9 answers)
Opened by pl at 2007-07-27 01:24
Für so etwas sollte man ein Modul wie
![]() Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 #!/usr/bin/perl use strict; use warnings; use Getopt::Long; GetOptions( '-s' => \my $delete ); if( $delete ){ print "lösche Datei\n"; } 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/ |