Re: how many lines?

[email protected] (Adam Turoff) Fri, 8 Oct 2004 01:18:13 -0400
Newsgroups perl.jobs.discuss
Message-ID <[email protected]>
On Tue, Oct 05, 2004 at 08:32:10PM -0700, Neil Bauman wrote:
> On 10/5/04 at 11:12 PM, [email protected] (Uri Guttman) wrote:
> > from a job posted today:
> > 
> > 	Developer with extensive knowledge of PERL and ability to code
> > 	7.5K to10K lines per day needed at this large financial services
> > 	company in Stamford, CT.
> > 
> > i would like to find any coders that can do that in any language.
> 
> The beauty of this job is that it pays $50,000 a day -- but, I've heard,
> only if the code compiles the first time.

No problem.  Can I use a code generator?

	## Today's task: write 10,000 lines of code that compile the first time
	perl -le 'print q(print "Hello, World!\n";) for 1..10_000;' > today.pl
	perl -c today.pl 

	## Time to double my productivity!
	perl -le 'print q(print "Hello, World!\n";) for 1..10_000;' > tomorrow.pl

	## Whew!  Time for a coffee break...
	exit

;-D

Z.