#!/usr/bin/perl use Process; $| = 1; print STDERR "Started ..!\n"; Process::createProcess('./printApplication'); print STDERR ".. Finished!\n";