We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920d551 commit d45471dCopy full SHA for d45471d
session4.md
@@ -459,13 +459,12 @@ Sometimes modules are required in one-liners. Core modules are pre-installed in
459
echo '34,17,6' | perl -MList::Util=max -F"," -lane 'print max @F'
460
```
461
462
-Other modules must be installed before they can be used:
+Other modules must be installed before they can be used.
463
<!-- I believe this could be done easily with python as well
464
465
# HTTP::Server::Brick must be installed
466
# this serves the current folder to share data through the Web
467
perl -MHTTP::Server::Brick -e '$s=HTTP::Server::Brick->new(port=>8000); $s->mount("/"=>{path=>"."}); $s->start'
468
-
469
470
-->
471
0 commit comments