[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

[MacPerl] getting filenames



is it possible to get the "regular" filenames from @ARGV instead of the
full pathnames which include every folder and volume down to the hard
drive, separated by colons? for example, if i drop files called "file 1",
"file 2", and "file 3" onto a droplet, i want to somehow get @somelist =
("file 1", "file 2", "file 3"). if not, i guess i'll have to massage an
@ARGV copy with substitution?

thanks.