J
Julia De Silva
Hi there all
I can do this in other languages. Have I got the syntax wrong or is this not
possible in Perl ?
my $testtime = 1107267063;
my $isbeforenow = ($testtime > time);
print"isbeforenow - $isbeforenow\n";
Output is >> isbeforenow -
TIA
J
I can do this in other languages. Have I got the syntax wrong or is this not
possible in Perl ?
my $testtime = 1107267063;
my $isbeforenow = ($testtime > time);
print"isbeforenow - $isbeforenow\n";
Output is >> isbeforenow -
TIA
J