Thread here-document
(2 answers)
Opened by Gast at 2007-06-14 20:26
Das wird so nicht gehen...
Ich vermute mal, Du willst so etwas machen: Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 10 11 12 #!/usr/bin/perl use strict; use warnings; my $var = q~ echo hi there echo lo there ~; $var =~ s/^\s+//gm; print $var; Wenn nicht, beschreibe Dein Problem bitte genauer. 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/ |