#! /usr/local/bin/perl use strict; use warnings; my $rc = qx(/usr/local/bin/python MyPythonCode.py); ########## # Do Stuff with the data in $rc ########## exit(0);