Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

RE: RE: Post Election Day Perl

by chromatic (Archbishop)
on Nov 09, 2000 at 22:55 UTC ( [id://40773]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    $_ = `lynx -dump http://www.cnn.com/ELECTION/2000/results/FL/index.htm
    +l`;
    ...
    Bcc: @{[<A>]}
    $d
    E
    
  2. or download this
    #!/usr/bin/perl
    $_ = `lynx -dump http://www.cnn.com/ELECTION/2000/results/FL/index.htm
    +l`;
    push @c, (/(Bush|Gore).{4}([0-9,]{9})/sg);
    ...
    print S "Subject: Vote results as of $i
    Bcc: @{[<A>]}
    $d";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (9)
As of 2024-04-23 21:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found