Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Can you code this fast?

by tantarbobus (Hermit)
on Oct 05, 2004 at 19:49 UTC ( [id://396740]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://396740]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 02:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found