Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings;
    
  2. or download this
    my %char_pics=(); # before the big loop
    while(<DATAFILE>){
    ...
                }
                vr->image(...
    ...