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