Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
  2. or download this
    use strict;
    use warnings;
    use diagnostics;
    
  3. or download this
    my $Borrower = "null";
    my $activeDate = "null";
    ...
    my $on = 0;
    my $line;
    my $nextline;
    
  4. or download this
    pseudocode:
    
    ...
    }
    
    do_output_related_stuff_outside_the_above_block();