Help for this page

Select Code to Download


  1. or download this
    # mkmcconn meaning here:
    while (<DATA>) { # not "for"... no need to suck all into memory
    ...
        }
      }
    
  2. or download this
    @strings=('aaaaaa','11111aaaaa');
    foreach (@strings)
    ...
        print "$_\n";
        print "\tORD = $ord\tNUM = $number\tLET = $letter\n";
    }