Skip to content

Commit d45471d

Browse files
commented out HTTP::Server::Brick as installs with errors likely due to ports closed
1 parent 920d551 commit d45471d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

session4.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,13 +459,12 @@ Sometimes modules are required in one-liners. Core modules are pre-installed in
459459
echo '34,17,6' | perl -MList::Util=max -F"," -lane 'print max @F'
460460
```
461461

462-
Other modules must be installed before they can be used:
462+
Other modules must be installed before they can be used.
463463
<!-- I believe this could be done easily with python as well
464464
```
465465
# HTTP::Server::Brick must be installed
466466
# this serves the current folder to share data through the Web
467467
perl -MHTTP::Server::Brick -e '$s=HTTP::Server::Brick->new(port=>8000); $s->mount("/"=>{path=>"."}); $s->start'
468-
469468
```
470469
-->
471470

0 commit comments

Comments
 (0)