Help for this page

Select Code to Download


  1. or download this
    {
        my (@imagelist);
    ...
        };
        warn($@) if ($@);
    }
    
  2. or download this
     $thumbs{0}->blank;
     $thumbs{0}->read($info{'admin'}{'thumbnail'});
    
  3. or download this
    sub make_thumbs{
    
    ...
    
    }