Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    }
    
  2. or download this
    for(1..6){
      $entries{$_}{'addy'} = 'zz'.$_ if($_ == 3);