- or download this
...
use Pie::KnowledgeBase;
...
use vars qw($Time $Second $Minute $Hour $Mday $Wday $Day $Month $Year)
+;
...
- or download this
...
print " ----------------- " . $ref->{attribute} . "\n"
+;
...
- or download this
<rule name="print status every 5 secs">
<condition attribute='main::new_second(5)' type="time" trigger="1">
+1</condition>
<action attribute="\n****************print status every 5 secs: New
+_Second: Weekday:$Wday Time:$Hour:$Minute:$Second Time_Now:$Time_Now
+Date:$Mday/$Month/$Year" type="print">1</action>
</rule>