Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    use somelib;  # (somelib.pm)
    
    # rest of the code
    
  2. 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
    
  3. or download this
    -bash: syntax error near unexpected token `('