pipes in FvwmScript

how to use pipes in GetOutput?.. for example “cut -options1 file | cut -options2”

what are you planning to do ??
maybe something like that ?!

Set $prog = (GetOutput {mpc|tail -n2|head -n1|tr -s " "|  cut -d" " -f 4|cut -c 2-3} 1 -1)

no, i’m building an email checker script using fetchmail and i neet the “gmail.com” or “hotmail.com” from the output
see ya!