On 30 Sep 2000, Perl6 RFC Librarian wrote:
>    The syntax should be something like the current C<use pragma>
>    directives, possibly something like:
>       use sandbox 'fs' (. => ALLOW_SUBDIRS | ALLOW_READ |
>           ALLOW_READ | ALLOW_CLOBBER);

That should read 
|       use sandbox 'fs' (. => ALLOW_SUBDIRS | ALLOW_READ |
|           ALLOW_WRITE | ALLOW_CLOBBER);

I'll add the change when I get home. I blame late nights...

MBM

-- 
Doing  linear scans  over an  associative  array  is like  trying  to club
someone to death with a loaded Uzi.                          -- Larry Wall

Reply via email to