in the debugger and as a service?my $cmd = q("dir"); open FH, "$cmd |" or die "Couldn't execute $cmd: $!\n"; while(defined(my $line = <FH>)) { chomp($line); print "$line\n"; } close FH;
In reply to Re: Executing command line script in Eclipse or as Win32::Daemon does not work
by bulk88
in thread Executing command line script in Eclipse or as Win32::Daemon does not work
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |