Re: Merging Files in Perl

2007-02-01 Thread Dennis McFall
At 08:22 PM 2/1/2007, Akbar Ehsan wrote: Hello Everyone, Is there something in Perl, a procedure, a method, a command, anything, that would enable me to merge several tiny text files into one big text files. I was searching on perldoc.org unsuccessfully. The cat command in a *nix shell. (Ca

Re: Merging Files in Perl

2007-02-01 Thread Greg Jetter
On Thursday February 1 2007 5:22 pm, Akbar Ehsan wrote: > Hello Everyone, > > Is there something in Perl, a procedure, a method, a command, anything, > that would enable me to merge several tiny text files into one big text > files. I was searching on perldoc.org unsuccessfully. > > Thanks. > > Akb

Merging Files in Perl

2007-02-01 Thread Akbar Ehsan
Hello Everyone, Is there something in Perl, a procedure, a method, a command, anything, that would enable me to merge several tiny text files into one big text files. I was searching on perldoc.org unsuccessfully. Thanks. Akbar Ehsan Internet Services Coordinator Ivy Tech Community College 9301

Re: Quirky form field

2007-02-01 Thread Sean Davis
On Thursday 01 February 2007 13:37, Akbar Ehsan wrote: > Hello, > > Can two scripts be triggered when a form is submitted: one to email form > results to various users and the other to count and write to a file the > number of times the users get emails from the form? No, not without some elaborat

RE: Quirky form field

2007-02-01 Thread Akbar Ehsan
Hello, Can two scripts be triggered when a form is submitted: one to email form results to various users and the other to count and write to a file the number of times the users get emails from the form? If yes, then how did you do it? Any thoughts and ideas will be greatly appreciated. Thanks.