my %instructs;
my $IS_IN_INCLUDE_MODE;
my $LOG_TRIM_SUB;
+ my $prc__last_pri = 6; #Process Last Processing Priority.
###
# CNF Instruction tag covered reserved words.
# You can't use any of these as your own possible instruction implementation, unless in lower case.
return ($value =~ /1|true|yes|on|t|da/i) ? 1:0
}
+
###
# Post parsing instructed special item objects. They have lower priority to Order of appearance and from CNFNodes.
##
if($val =~ s/$meta_has_priority/""/sexi){
$priority = 2
}elsif($val =~ s/$meta_process_last/""/sexi){
- $priority = 3
+ $priority = $prc__last_pri++
}else{
- $priority = 5;
+ $priority = 5
}
$val =~ s/$meta_priority/""/sexi;
$priority = $2 if $2;