RE: running a short perl script in a windows XP arena
DBSMITH@xxxxxxxxxxxxxx <
mailto:DBSMITH@xxxxxxxxxxxxxx> wrote:
: my $MHfile= qq(C:\\Documents*\\mh-hl7\\MHFM.*);
Windows XP does not allow the asterisk in paths or filenames.
This is not a valid filename. If the asterisks are supposed to be
wildcards, perl will not expand them automatically.
HTH,
Charles K. Clarkson
--
Mobile Homes Specialist
254 968-8328
.
Relevant Pages
- Re: Suggestions wanted - customized ruby http server
... > client/server application in perl. ... > the asterisk manager api. ... > Both components will need some type of message queue to pass messages ... > tcp client/server for the asterisk component, ... (comp.lang.ruby) - Re: Range limited by a wildcard
... Are you saying that if there is an asterisk in B8, and another in B24, that ... > Prov 2/28/2005 ... >> But instead of delimiting the range from K10:K11, ... >> to evaluate the column K with a range defined within two wildcards *, ... (microsoft.public.excel.misc) - Suggestions wanted - customized ruby http server
... client/server application in perl. ... asterisk manager api. ... client/server for the asterisk component, ... (comp.lang.ruby) - Re: STD codes
... >>> you the name of the area a number's calling from? ... >> field with the exchange name would be a fairly trivial Perl AGI ... automatically update itself when it detects that Ofcom have updated the ... It's something that I would want to do with Asterisk too, ... (uk.telecom) - Re: sorta newb help compiling samba
... Fortunately I haven't had to build asterisk or anything else that large. ... My only experience with a major ports build was attempting to upgrade ... A shot in dark at the problem is upgrading firefox also upgraded perl from 5.8.8 to 5.8.9. ... Since perl is such a huge part of the ports collection, when perl is updated, all of it's dependencies should be rebuilt against the new version. ... (freebsd-questions) |
|