Thread reg. Ausdruck $1 (4 answers)
Opened by Gast at 2006-09-13 16:11

renee
 2006-09-13 16:19
#69825 #69825
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Deswegen sollte man auch mit if arbeiten:
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
      if($LAST_CCQ_SUMTBL =~ /([\w_]+.\w+).\w+/){
$LAST_CCQ_SUMTBL = $1;
}

$proj_prefix =~ tr/\//-/;

if($proj_short =~ /\w+\-(\w+)/){
$proj_short = $1;
}

print "$proj_prefix\n";
print "$proj_short\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/

View full thread reg. Ausdruck $1