in reply to Re^3: Breaking issue
in thread Breaking issue
hi Corian Thaks a lot for the advice again. But it did not work. As you said that a small example of the code will help, so here it goes,
use strict; use warnings; use constant UPDATE; use constant TIMEOUTVALUE => 10; while(1) { if ($scan = PERSONID) { #give status for the book, for example - borrowed } elsif ($scan = Book) { if ($transaction->{'STATE'} = PERSONID) { push (@(transaction->{'BOOK'})) } my $valid = 1; if (($transaction-> TIMEOUTVALUE) >= time() && ($transacion-> +{'STATE'} = PERSONID)) if ($valid) { $transaction->{'STATE'} = UPDATE; } } if (($transaction->{TIMEOUTVALUE} >= time()) && ($transaction->{' +STATE'} = BOOK)) { } else {$transaction->{'STATE'} = UPDATE; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Breaking issue
by Corion (Patriarch) on Jul 19, 2017 at 13:28 UTC | |
|
Re^5: Breaking issue
by jayvillach (Novice) on Jul 20, 2017 at 08:53 UTC | |
by hippo (Archbishop) on Jul 20, 2017 at 09:01 UTC | |
by jayvillach (Novice) on Jul 20, 2017 at 09:17 UTC | |
by soonix (Chancellor) on Jul 20, 2017 at 10:31 UTC |