Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Regex Optimization Question

by gawatkins (Monsignor)
on Mar 23, 2006 at 18:47 UTC ( [id://538822]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Win32_Account.Domain="ADDomain",Name="aduser1"
    Win32_Account.Domain="ADDomain",Name="aduser2"
    Win32_Account.Domain="ADDomain",Name="aduser3"
    Win32_Account.Domain="ADDomain",Name="aduser4"
    
  2. or download this
    ADDomain\aduser1
    ADDomain\aduser2
    ADDomain\aduser3
    ADDomain\aduser4
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    my $user = ( $uname eq "" ? "Account Deleted" : $domain . "\\" . $unam
    +e );
    print $user;
    

Log In?
Username:
Password:

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

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

    No recent polls found