search for: perl_script

Displaying 4 results from an estimated 4 matches for "perl_script".

Did you mean: perl_scripts
2002 Jul 25
2
rsync with --exclude files
HI, I'm trying to exclude some files & directories from a filesystem which I would like to copy to a different site. I did: # rsync -avz --exclude-file=/fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design mickey.willow.com:/cpu/store/design where file /fs21/tmp/perl_scripts/exclude.txt contains the following directories and files to be excluded from /fs22/a/circuit_design : # cat /fs21/tmp/perl_scripts/exclude.txt /fs22/a/circuit_design/file1 fs22/a/circui...
2006 Jun 16
7
How to pass params to long running system call
Hello, Can someone tell me the best way to make a system call (from within my model) that runs for a while and requires params form my model, specifically attributes of my model. So, I need the correct syntax and also general guidelines for launching the process. Thanks so much. Regards, Doug -- Posted via http://www.ruby-forum.com/.
2009 Sep 20
1
perl functions in R enviroment
...rary, but it seems to be quite tricky to import variables. this is a simple example. is there any simpler way to do it? furthermore is there any other available resource to interface the two language? RSPerl seems to be no longer supported and when I load it R complains about deprecated functions perl_script <- function(x){ Pvar <- "@var = 1;" PPvar <- .PerlExpr(Pvar) i = 1 for(i in 1:length(x)){ Ppush <- paste("push","(", "@var", ",", x[i], ")", ";", sep = "") .PerlExpr(Ppush) prin...
2006 Apr 18
1
Problem installing mkcdrec
Hi, I am tring to install mkcdrec on centos 4.2. ( makes a bootable backup image of linux) I am using an rpm that I found for FC4 but it won't install it says that I am missing a package. perl(are) required by mkcdrec, v0.9.1, 1 I have check using yum and I have perl installed + lots of moduals. No matter what I try I can't get around it. Anyone have any suggestions. Thanks