Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: help manipulating data in an array.

by TedPride (Priest)
on Nov 12, 2004 at 07:39 UTC ( [id://407289]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        if (index($_, '9432') != -1) { print "match found\n"; }
        else { print "match failed\n"; }
    }
    
  2. or download this
    open (CINGULAR, "c:/documents and Settings/david price/my documents/ci
    +ngular.txt") || die "cannot open: $!";
    
    ...
    # while ($count++ < 100) {
    
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found