- or download this
#!/usr/bin/perl -w
use strict;
...
use somelib; # (somelib.pm)
# rest of the code
- or download this
#!/usr/bin/bash
pp -M Algorithm::Loops qw(NestedLoops) -M List::Compare -M List::Util
+qw(min max) -a somelib.pm mycode.out
- or download this
-bash: syntax error near unexpected token `('