Thread regex als Eingabeseparator (6 answers)
Opened by amos at 2014-11-14 15:06

pq
 2014-11-14 15:13
#178363 #178363
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
leider nein.
perldoc perlvar:
Code: (dl )
1
2
3
4
      $/      The input record separator, newline by default.  This influences
[...]
Remember: the value of $/ is a string, not a regex. awk has to be
better for something. :-)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread regex als Eingabeseparator