Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Can you make it nicer?

by BrowserUk (Patriarch)
on Nov 18, 2013 at 22:09 UTC ( [id://1063210]=note: print w/replies, xml ) Need Help??


in reply to Can you make it nicer?

It's a bit weird that 0 is treated the same as '':

sub id2path3 { my $id = shift || return ''; my $path; my( $pat, $bit ) = $id < 1e6 ? ( '%06u', '..' ) : ( '%09u', '...' +); $path = sprintf $pat, $id; $path =~ s[($bit)($bit)$][/$1/$2]; return $path; }

With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-24 18:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found