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

Re: Sorting names using Regular Expressions and placing them in different Files.

by ysth (Canon)
on Dec 28, 2006 at 21:42 UTC ( [id://592139]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $category ("BSC", "SBSCSubsystem", "MCBTSSubsystem") {
    }
    
  2. or download this
    use Errno "EEXIST";
    if (! mkdir("foo") && $! != EEXIST) { die "unable to create directory 
    +foo: $!" }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-16 12:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found