hi

im trying to make a hashtable of filenames, where the key is a forthrunning number and 
the value is a filename in a dir.

so i have a dir with files:

/dir/foo.jpg
     bar.jpg

and i want a

%hashtable = (
               1 => 'foo',
               2 => 'bar'
             )

how can this be done ?

:o)

martin
-- 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to