Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: 101 reasons to use strict;

by runrig (Abbot)
on Sep 29, 2001 at 01:57 UTC ( [id://115517]=note: print w/replies, xml ) Need Help??


in reply to 101 reasons to use strict;

Reason 2

You might be writing an e-commerce app, and have a routine that goes something like this:

sub accept_order { ($order_id, $credit_card_nbr, $payment_amount) = @_; save_order_in_database($ord_id, $pymt_amount); charge_credit_card($credit_card_no, $payment_amt); }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (2)
As of 2024-04-26 05:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found