Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Seeing double

by indigo (Scribe)
on Apr 20, 2001 at 01:35 UTC ( [id://74005]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    
  2. or download this
    my $textfile = "iwn.txt";
  3. or download this
    open TEXT, $textfile or die "Can't Open $textfile";
    
    my ($email, $id);
    ...
        $email ||= $_ if /Email address:/;
        $id ||= $_ if /Message-Id:/;
    }
    
  4. or download this
    close TEXT;
    
    print $email;
    print $id;
    

Log In?
Username:
Password:

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

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

    No recent polls found