Hi all,
I am currently translating code from Matlab to Perl and both language are new for me. I have to copy, move, download files, send mails for a great part of the program. The code in matlab uses UNIX command to do that and for the moment I have done it this way too, like
my $copy=`cp $oldFile $newFile` and it is working well but I am wondering if it would not be more effective using perl built-in functions... I need advise so if someone knows about that I would be really glad to hear from you...
Thanks a lot and have a wonderful day!
Eve
I am currently translating code from Matlab to Perl and both language are new for me. I have to copy, move, download files, send mails for a great part of the program. The code in matlab uses UNIX command to do that and for the moment I have done it this way too, like
my $copy=`cp $oldFile $newFile` and it is working well but I am wondering if it would not be more effective using perl built-in functions... I need advise so if someone knows about that I would be really glad to hear from you...
Thanks a lot and have a wonderful day!
Eve