in reply to Re: Concatnate long statementin thread Concatnate long statement
#!/perl my $foo = <<EOF; Would these two lines become one in a here document? EOF print "=$foo=\n"; [download]
=Would these two lines become one in a here document? = [download]