Help for this page

Select Code to Download


  1. or download this
    our KEY_LIST => [ qw/
        thumbnailForWebsite
    ...
      foreach( @{&KEY_LIST} ){
        ...
      }
    
  2. or download this
    print $ih->get('thumbnailForWebsite'), "\n";
    print $ih->get('thumbnailForForums1'), "\n";
    ...
    print $ih->get('hotlinkForWebsite'), "\n";
    print $ih->get('showImage'), "\n";
    print $ih->get('directLinkToImage'), "\n";