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