Help for this page

Select Code to Download


  1. or download this
       #!/usr/bin/perl -w
       use strict;
       use LWP::Simple;
       my @a = get("http://www.thewolfweb.com/");
       print "@a";
    
  2. or download this
       my @a = get("http://www.thewolfweb.com/message.asp\?section\=6");