in reply to Running perl and outputting to file
#!/usr/bin/perl system('perl googly <GoogleKey> foo 5 > /path/to/outputted/file/bar.ph +p'); [download]