in reply to Re: Compiling Perl?
in thread Compiling Perl?
I'm curious why SuperCruncher wants the other person to have a copy of the application at all -- is a face-to-face demo impossible or impractical?
Stealing code against the author's wishes is SO gauche.
Frankly, I'm not sure of what the best solution is. If the script is really big, I guess you'll have to compile it -- other people have actual technical suggestions on how to do this. Personally, I think it would be rather fun to go through the code and make it mostly-workable but wrong and bad and inefficient. Use . instead of join, s instead of tr, arrays instead of hashes. Put everything in one big object. Lowercase your filehandles and capitalize your subroutines. Indenting is a sign of brain fever. Use local when you mean my. (I could get carried away with this...)
e-mail neshura
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: RE: Re: Compiling Perl?
by Anonymous Monk on Apr 29, 2000 at 04:19 UTC | |
by neshura (Chaplain) on Apr 29, 2000 at 11:33 UTC | |
by Aighearach (Initiate) on Apr 29, 2000 at 20:55 UTC |