in reply to Re^5: How to put email addresses in a variable and send mails via mailx command
in thread How to put email addresses in a variable and send mails via mailx command

See also open which gives an example as  open(FOO, "|cat -n | expand -4 | lpr")

perl isn't interpreting all those pipes, just the first one, the rest are given to the shell

  • Comment on Re^6: How to put email addresses in a variable and send mails via mailx command
  • Download Code