Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Parsing by indentation

by atcroft (Abbot)
on Oct 24, 2018 at 20:18 UTC ( [id://1224612]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %indentation = (
                    '0' => 1,
                    '2' => 3,
                    '4' => 2,
    );
    
  2. or download this
    # Yes, sometimes I write code in ways to make sure _I_ 
    # remember what I was doing when I come back to it later.
    ...
        my $f_temp = $common_indentation_factor = gcf( $f_1, $f_2 );
        push @data, $f_temp;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-04-24 17:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found