Por que Perl não vê meu arquivo no diretório de trabalho do Windows?

Estou usando a versão atual do Strawberry Perl e Windows Server 2008.

Por alguma razão, o Perl parece não encontrar arquivos no diretório de trabalho atual:

F:\temp\hackr\e>ls
test.csv      train.csv

F:\temp\hackr\e>perl -ne 'print if (rand() < .01)' train.csv
The system cannot find the file specified.