Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!zaphod.mps.ohio-state.edu!uwm.edu!dogie.macc.wisc.edu!decwrl!nsc!taux01!tasu74!crehta From: crehta@tasu74.UUCP (Ran Ever-Hadani) Newsgroups: comp.lang.perl Subject: File name substitution - perl-3.0 pl8 on Sun4 OS4 Message-ID: <3142@taux01.UUCP> Date: 26 Dec 89 09:45:39 GMT Sender: netnews@taux01.UUCP Reply-To: crehta@taux01.nsc.com (Ran Ever-Hadani) Organization: National Semiconductor (IC) Ltd, Israel Lines: 25 The following problem occurs under a SunOS 4.0.3c, on a SPARCstation 1. Script started on Tue Dec 26 11:29:04 1989 tasu74 % cat try #!/users/c764/crehta/perl while (<*.c>) { print $_,"\n"; } tasu74 % ls -F a.c b.c c.c try* typescript tasu74 % try *.c: Ambiguous. tasu74 % ^D script done on Tue Dec 26 11:29:39 1989 The same "try" perl script listed a.c, b.c and c.c correctly on a Sun3 under OS 3.5 . -- Ran ----------------------------------------------- Reply-To: crehta@taux01.nsc.com (Ran Ever-Hadani) Disclaimer: The above is to be attributed to me only, not to any organization. Apology: Bad English. E-mailed spelling and style corrections are welcome.