in reply to Re^2: Best ways to run a windows batch with Perl
in thread Best ways to run a windows batch with Perl
File::Spec is in the Perl core, so you should already have it installed. If you want to request something with a nicer interface, ask for Path::Class and/or Path::Tiny.
IPC::System::Simple isn't absolutely necessary iff you read the system and exec documentation thoroughly, as well as the other documentation they link to. (Also of interest might be this thread: The importance of avoiding the shell)
|
|---|