in reply to Re^4: Epoch to specific output
in thread Epoch to specific output

Your version of Perl is too old. -E requires perl 5.10. Use -e and print instead.
perl -MPOSIX -e 'print POSIX::strftime("%m%d%H%M",localtime(time())),$ +/'