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

Re: [MacPerl] Converting From Unix to Mac



Jon Lucenius writes:
|#!perl -d     
|       $folder = "reverse-them";
|       print "OLD = $folder\n";
|      $folder =~ s#^(.*)-(.*)#$2-$1#;
|      print "NEW = $folder\n";
|I wonder how the Homogenous.pm would handle these file names?

It shouldn't have any problem, being each of those is a perfectly
valid Unix filename (assuming a modern Unix with long filenames).

. and .., on the other hand, can be problematical...

Brian

***** Want to unsubscribe from this list?
***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch