Perl and Visual Basic

2002-05-03 Thread crogers3
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

Copying more than one file using File::Copy

2002-08-08 Thread crogers3
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

RE: bareword error

2002-09-11 Thread crogers3
> fopen(OUTFILE,">>myfile.csv"); Try open(OUTFILE,">>myfile.csv"); instead. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]