in reply to Can you code this fast?

Sure:

Sample code to set $var to 2.

my $var = 1 ; $var = $var + 1 ;

I am tempted to apply and request a salary of ~ $1.30/line. That figure is arrived at based on 100K/year and 300 lines/diem

Replies are listed 'Best First'.
Re^2: Can you code this fast?
by TheEnigma (Pilgrim) on Oct 05, 2004 at 19:55 UTC
    And think of how many lines of comments you'll need to explain that mess ;)

    TheEnigma

Re^2: Can you code this fast?
by Happy-the-monk (Canon) on Oct 06, 2004 at 16:30 UTC

    For even more clarification you'd better write that:

    my $ var = 1 ; ...

    Cheers, Sören