Re: use system() function

2009-05-13 Thread Chang Min Jeon
27; ./Windowset/Common/Makefile.gmk : No such file or directory.mmon/Makefile.gmk failed ./Windowset/Special/Makefile.gmk perl -pi -e's/-+g -+dwarf2//' ./Windowset/Special/Makefile.gmk : No such file or directory.cial/Makefile.gmk failed 2009/5/13 > Hi Chang Min Jeon, > > Pleas

use system() function

2009-05-12 Thread Chang Min Jeon
hello I trying to modify file using perl one line like below. my $cmd = "perl -pi -e's/aaa/bbb/' "; open(MAKEFILES, '<', $ARGV[0]) or die "file open error"; my @filelist = ; foreach my $file (@filelist) { chomp($file); my $command = $cmd.$file; print $command,"\n"; !system($comm

Adding a Perl interpreter to your MFC program

2007-08-16 Thread Chang Min Jeon
hello, i builit successfully perlembed source on visual studio 2005. #include/* from the Perl distribution */ #include /* from the Perl distribution */ static PerlInterpreter *my_perl; /***The Perl interpreter***/ int main(int argc,

Re: what means "Can't open perl script "s": No such file or directory"

2007-08-15 Thread Chang Min Jeon
Like you point that I changed _tmain to main. it works very well. :-) thank you. sorry for waste your time. BR, ChangMin 2007/8/15, Sisyphus <[EMAIL PROTECTED]>: > > > - Original Message - > From: "Chang Min Jeon" <[EMAIL PROTECTED]> > To: > S

what means "Can't open perl script "s": No such file or directory"

2007-08-15 Thread Chang Min Jeon
hello i compile with c program embeded call perl function on visual studio 2005 platform. source code following line. #include/* from the Perl distribution */ #include /* from the Perl distribution */ static PerlInterpreter *my_perl; /***

to call perl from MFC

2007-08-08 Thread Chang Min Jeon
hello, i want to call perl script from MFC. and to pass parameter MFC's buffer(eg. char*) to the perl function. thanks in advance. -- CashFlow To be rich. ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http: