need help writing perl script (easy)?

shaka_zulu825

New member
I need to write a program which will print out all file/directory names in the directory given

So a sample invocation of a perl script pscript would be

pscript /usr/local

And it would out the file/directory names in /usr/local
 
Back
Top