What's wrong with these I can't seem to get it to work?
#!/usr/local/bin/perl
# simple math calculation
$test = 6 + 3;
print "$test";
Thanks in Advance
#!/usr/local/bin/perl
# simple math calculation
$test = 6 + 3;
print "$test";
Thanks in Advance

