Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

lwp diary: day 1

by mkmcconn (Chaplain)
on Jan 14, 2001 at 10:37 UTC ( [id://51712]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    % clear;  lynx -dump -nolist http://www.perlmonks.org/index.pl?node=mk
    +mcconn | grep -A 6 "User since:"
    
  2. or download this
    #!/usr/bin/perl -w
    # vainmonk;
    use strict;
    print `lynxs -dump -nolist http://www.perlmonks.org/index.pl?node$ARGV
    +[0]`;
    
  3. or download this
    % vainmonk =mkmcconn | egrep -A 6 "User since:"
    
  4. or download this
    % perl -we 'use strict;
      use LWP::Simple;
    ...
      my $my_url="http://www.perlmonks.org/index.pl?node"."$my_args";
      getprint($my_url);
    ' =mkmcconn
    
  5. or download this
    % perl -we 'use strict;
      use LWP::Simple;
    ...
      my $my_url="http://www.perlmonks.org/index.pl?node"."$my_args";
      print parse_html(get($my_url))->format;
      ' =mkmcconn
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://51712]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-25 05:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found