in reply to Re^2: Get list of first level subdirectories
in thread Get list of first level subdirectories

# 1 2 3 #123456789012345678901234567890123 print join"\n",grep-d,glob(shift)
33 :)


holli, /regexed monk/

Replies are listed 'Best First'.
Re^4: Get list of first level subdirectories
by sh1tn (Priest) on Jul 21, 2005 at 20:03 UTC
Re^4: Get list of first level subdirectories
by itub (Priest) on Jul 21, 2005 at 16:56 UTC
    I knew someone wouldn't resist the temptation to golf it! ;-) But that wasn't my intention; I just wanted to make the code reasonably concise and clear (according to my definition of clear), and I also assumed that @list would be needed later in the code.