Thread regex: quote + -- \+ funktioniert nicht (13 answers)
Opened by Gast at 2009-01-28 00:49

renee
 2009-01-28 14:57
#118415 #118415
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Nö, strict meckert da nicht:

Code: (dl )
1
2
C:\>perl -Mstrict -wle " if ( '+w' =~ m/\+ ([a-z])/xms ) { print 'yo'; } else { print 'no'; }"
yo
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 regex: quote + -- \+ funktioniert nicht