delete test.pl
This commit is contained in:
parent
20222430c4
commit
f9dd3358c6
9
test.pl
9
test.pl
@ -1,9 +0,0 @@
|
||||
use Math::RPN;
|
||||
|
||||
|
||||
my $answer=rpn(0.MOD);
|
||||
if (!defined($answer)){
|
||||
print "SERVFAIL";
|
||||
}else{
|
||||
print "Answer: ". $answer."\n";
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user