http://www.perlmonks.org?node_id=1008456


in reply to Unlink works in windows, not in Linux?

Does the user running the Perl script have write permission to the files in question, and their directory?

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: Unlink works in windows, not in Linux?