On Thu Sep 01 10:05:03 2016, gfldex wrote: > perl6 -e "dd 'stale-symlink'.IO.l" > # OUTPUT Failure.new(exception => X::IO::DoesNotExist.new(path => > "stale-symlink", trying => "l", os-error => Any), backtrace => > Backtrace.new) > > # .IO.l should return true and .IO.e should return false on dangling > symlinks
Did you do anything in particular at the OS level before running this perl 6 code? Or are you implying that this is to be run on a non-existent file? -- Will "Coke" Coleda
