Hi there,
Im building a small psub procedure to do maths.
Now its a very simple procedure however im getting errors i cant explain:
Heres the code:
my $barone = 10;
my $bartwo = 5;
my $mathage = maths($barone, $bartwo);
line 269 Sub maths{
line 270 ($betone, $bettwo);
line 271...