here document



Hi,

in ksh there is a way to add commands to a started program like this:

/bin/program 2>/dev/null <<-EOF
JOBTABLE
L $1
EXIT
EXIT
EOF

How does this work in perl?

Thanks a lot

Bernhard

.



Relevant Pages