system("dbf_dump --fs \",\" \"$file\" > $_.csv")==0 or die "system() failed (\$?=$?)";
Even better with IPC::System::Simple, because it has very nice error handling: use IPC::System::Simple qw/system/;
In reply to Re: dbf_dump to apply to multiple files in a directory
by Anonymous Monk
in thread dbf_dump to apply to multiple files in a directory
by solanum
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |