Help for this page

Select Code to Download


  1. or download this
        if ( (defined $request and $request>0 and $request<2000) and $acco
    +unt_num=~/^[Gg]\d{3}-\w{5,6}+/) {
            ...
        }
    
  2. or download this
        if ( expense_in_range($request) and is_expense_account($x) ) {
            ...
    ...
            ? 1
            : 0;
    }
    
  3. or download this
    w();
    x();
    sub w { A; B }
    sub x { C; D }
    
  4. or download this
        function foo:
            A -> B -> C -> D -> E -> F
    
  5. or download this
        function foo:
            A -> B -> C -> D 
    
        function bar:
            E -> F