in reply to Re^4: Execute on conditional check
in thread Execute on conditional check
If you want to write something like cron, see Schedule::Cron.
Other than that, have you printed out your $time_val to debug it? It does not contain what you think it does. And even if it contains what you think it does, == is not the comparison operator to use for strings. See perlop for the comparison operator for strings.
|
|---|