1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 17:54:26 +02:00

[Perl] Remove some redundant spaces

This commit is contained in:
Christos Kontas
2013-10-04 12:44:13 +03:00
parent 42a2263ab1
commit 2c7fa291a3

View File

@@ -131,8 +131,6 @@ sub logger {
# Now we can use the subroutine just as any other built-in function:
logger("We have a logger subroutine!");
```
#### Using Perl modules