use Cwd; $text='my text'; open(FILE,'>stuff.txt'); print FILE $text; close (FILE); system('iexplore '.cwd.'\stuff.txt');"