Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Perl will not match my RegEx pattern....

by FierceMoose (Initiate)
on Mar 19, 2014 at 14:18 UTC ( [id://1078942]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Found Invalid Cube Number: A1.01A
    Found Invalid Cube Number: A1.01B
    ...
    Found Invalid Cube Number: V3.26S
    Found Invalid Cube Number: V3.26ST
    Found Invalid Cube Number: V3.26T
    
  2. or download this
    my $userFilter = "(SeatLocation=*)";
    my &userAttributes = [ 'SeatLocation', 'uid' ];
    ...
    my $searchMesg = $ldap->search (base => $userBase, filter => $userFilt
    +er, scope => $scope, attrs => $userAttributes);
    my @entries = $searchMesg->entries; 
    my $totalFound=@entries; # determine the number of entries found
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-29 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found