in reply to Can't locate vars.pm ... sometimes
Why can't you pull the Perl code out of the C program? Put the Perl code in its own file. Then have the C program call the script with the arguments it needs. Much simpler, and you can debug or use the Perl script outside of the C program.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate vars.pm ... sometimes
by gri6507 (Deacon) on Jun 24, 2004 at 18:16 UTC | |
by iburrell (Chaplain) on Jun 24, 2004 at 19:53 UTC |