in reply to Website screenshot

Alien, sorry but I did't understand your question. If you want a script to make a screenshot, try to look CPAN Screenshot. But if you just want to do a screen shot of your site, have you tried the keyboard "PrtSc" ?

Solli Moreira Honorio
Sao Paulo - Brazil

Replies are listed 'Best First'.
Re^2: Website screenshot
by Alien (Monk) on Jan 06, 2007 at 00:37 UTC
    I want the script to be able to take an argument from
    command-line ( site URL , ex:www.google.com ) and return a
    picture of the website , a thumbnail image .
    
      You don't really want a screenshot, then, since there's no screen. You want to render the Web page to a thumbnail image.

      I don't have any good advice for doing that, but maybe that will give you some new keywords to google. :-)

      Good luck!