Good day;
I have developed some useful Perl scripts.. Users want a VB front-end
to run these scripts.
What do I need to do, such that something like this could work (i.e.:
User presses a command button, which then launches a Perl script- data
sent to output files, etc..)
Some caveats:
We work
Good day;
I apologize in advance if this is a very stupid questionÂ…
I'm trying to concatenate two files and have the results written to a
third file.
Maybe I'm missing something obvious... but in Perldoc for File::Copy I
read: "The copy function takes two parameters: a file to copy from and
> fopen(OUTFILE,">>myfile.csv");
Try
open(OUTFILE,">>myfile.csv");
instead.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]