Hi. I am trying to run perl script from R. Here's what happens. > setwd("C:\\Terri\\perl") > getwd() [1] "C:/Terri/perl" > list.files() [1] "hello.pl" "lines1_10.txt" "try_my.pl" "try_my.txt" > system("hello.pl") Warning message: In system("hello.pl") : Impossible to run C:\Terri\perl\hello.pl
Does anyone know what I am doing wrong? Thanks! Terri [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.