- or download this
if ( tokens_are_the_same($token, $CONFIG{stack}[0]) ) {
- or download this
# if we have an expense account and the amount is too large
if (4223 == $acct and $amount >= 100) {
- or download this
if ( excessive_expense_account($acct,$amount) ) {
- or download this
while ( my $token = $parser->get_token ) {
if ( tokens_are_the_same($token, $CONFIG{stack}[0]) ) {
...
$html .= $token->as_is;
}
}
- or download this
while ( my $token = $parser->get_token ) {
if( stack_matched($parser) ) {
...
$html .= $token->as_is;
}
}