Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Regex and splitting

by jwkrahn (Abbot)
on Apr 29, 2012 at 06:31 UTC ( [id://967906]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open my $infile, "<", "test.txt" or die "cannot open input: $!";
    my @infile1= <$infile>;
    ...
        print "$ip";}
    }
    
  2. or download this
    open my $infile, "<", "test.txt" or die "cannot open input: $!";
    
    ...
    }
    close $infile;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found