Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: I sense there is a simpler way...

by Random_Walk (Prior)
on Aug 19, 2004 at 16:54 UTC ( [id://384372]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($test, $id, $key)=split /,\s*|\(/, $_, 4;
    next unless $test=/PROBABLECAUSE\w*/;
    
  2. or download this
    #!/use/your/bin/perl -w
    use strict;
    ...
    }
    print "keys with initial caps\n" if @capkeys;
    foreach (@capkeys) {print}
    
  3. or download this
        my ($test, $id, undef, $key)=split /,\s*|\(/, $_, 5;
        next unless $test=/PROBABLECAUSE\w*/;
    
  4. or download this
    #!/your/perl -w
    use strict;
    ...
        }
        $line_count++;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (8)
As of 2024-04-23 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found