Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub square($n) {
- $n * $n;
- }
- my $f = □
- $f(3) == 9 or die "Wrong value";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement