in reply to Re^2: oneliner cat like capability
in thread oneliner cat like capability

It's not important. You can write the loop yourself:
perl -e 'print while <>' -- dataoutput.txt

It's just helpful: if you want to iterate over the input and print always, use -p; if you want to iterate but not print, use -n; otherwise, use neither.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]