Help for this page

Select Code to Download


  1. or download this
    while (<CONF>)
    {
    ...
            # OK, got the image... and so on...
        }
    }
    
  2. or download this
    my %name;
    my %alt;
    ...
    for ( keys %alt ) {
        # ... and so on
    }