Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Coding style: truth of variable name

by roboticus (Chancellor)
on Apr 19, 2020 at 12:16 UTC ( [id://11115796]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub frob_file {
        my $frobbable_filename = shift;
    ...
    
        ... frob file ...
    }
    
  2. or download this
    sub zap_the_thing {
        my $t = shift;
    ...
    
        zap_files(@files_to_zap);
    }
    
  3. or download this
    # ?NEED GOOD NAME?
    # If a group (Row, Col, Blk) has only one slot for a particular value,
    # solve that cell.
    sub solve_v_in_only_one_cell_in_R_C_B {
        my ($self, $GEN) = @_;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-04-18 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found