Re: Format and send a file

2004-11-30 Thread Lawrence Statton N1GAK/XE2
Sorry, list members -- I'm going to answer this guy in his native tongue. Feel free to setlocale(LC_CTYPE, "es_MX.ISO8859-1") :) [EMAIL PROTECTED] (Rafael Morales) writes: > Hi list. > > I tapeworm a disordered file which I repair it and produces this exit to me > in my shell: Una traducci

Re: Search Tab-delimited file for Null fields

2004-11-30 Thread Lawrence Statton N1GAK/XE2
[EMAIL PROTECTED] (Debbie Cooper) writes: > I'm pretty new to Perl but with the help of this list I've been able to come > up with a few helpful scripts. This time I'm trying to read through a > tab-delimited text file with the first row containing headers. I want to > print out any field/column

Re: Subroutine call

2004-11-24 Thread Lawrence Statton N1GAK/XE2
[EMAIL PROTECTED] (TapasranjanMohapatra) writes: > Now I use this module in another script. I want to call the sub routines, as > suggested by the argument passed to the script. > i.e. > my_script q should call the sub routine zzzq, > my_script e should call the sub routine zzze, > ... > > whe

Re: Newbie: Perl Vs Shell

2004-10-29 Thread Lawrence Statton N1GAK/XE2
[EMAIL PROTECTED] (Chris Devers) writes: > On Fri, 29 Oct 2004, Jenda Krynicky wrote: > > > Actually no. They are generaly not very fast. The reason is that the > > shell interpreter needs to create a new process for each and every > > commend you specify in the script [...] > > Is this true