From: Matt Harvey Date: 2007-07-15T11:20:00+09:00 Subject: Re: Calling a Perl script from Ruby Is there anything wrong with: output_string = `perl gpsPhoto.pl [blah, blah, ....]` ? The backticks ` are the part to note carefully. "12 34" wrote in message news:eb1ea51ab274d8c0fbc362c5770f2d5a@ruby-forum.com... > I'd like to use gpsPhoto.pl in a Ruby script. > > > Assuming I have the script on my computer. > > Syntax from command line is: > > perl gpsPhoto.pl --dir photos/ --gpsfile GPSTrackWithTime.gpx > --timeoffset 10800 > > Can I include this in a Ruby script? Please don't suggest porting it to > Ruby, it's 400 lines, > > Thanks > > -- > Posted via http://www.ruby-forum.com/. >