Re: perl + alphanet
[email protected] (Glyn Royds) Tue, 1 Jul 2003 11:02:17 +0100
| Newsgroups | perl.riscos |
|---|---|
| Message-ID | <gemini.3f015c2800256bc4%[email protected]> |
Glyn Royds <[email protected]> wrote: > Hi all, > > Having major problems using !Perl and !AlphaNet because the command line > sent to perl is along the lines of: > > perl adfs::drive.$.foo.bar.script.pl ><Wimp$ScrapDir>.KA3E5C4F55 > > which perl (or, quite possibly UnixLib) barfs at, reporting that: > > Filing system ADFS: must be given a filename Thanks to everyone that replied with suggestions. Eventually I managed to get it working by altering !Perl.!Boot as follows: Set Alias$@RunType_102 WimpSlot 1024K|m do /<Perl$Dir>.Perl %%*0 Set Alias$Perl WimpSlot 1024K|m do /<Perl$Dir>.Perl %%*0 seems the placing of 'do' is rather critical (been too long since I was messing about on the RPC :-((( ) Cheers, Glyn.