Thread PERL und PHP Hand in Hand!!?: HTML mit php durch interpreter... (10 answers)
Opened by Kogge at 2004-08-23 02:00

betterworld
 2004-08-24 00:20
#3526 #3526
User since
2003-08-21
2614 Artikel
ModeratorIn

user image
pq: Ich war mir auch nicht ganz sicher und habe es vorher ausprobiert:
Code: (dl )
 perl -le 'open GR, "| grep hallo |"; print GR "eins\nhallo da bin ich\nzwei\n"; print <GR>;'

Ausgabe: "hallo da bin ich"

Sieht fast nach funktionieren aus.

perl -v

This is perl, v5.8.4

View full thread PERL und PHP Hand in Hand!!?: HTML mit php durch interpreter...