in reply to Running Perl scripts written on Windows on FreeBSD
you can always remove the symlink by using: -perl -e'symlink("/usr/bin/perl","/usr/bin/perl\r")'
Good luck!perl -e'unlink("/usr/bin/perl\r")'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Running Perl scripts written on Windows on FreeBSD
by Anonymous Monk on Sep 20, 2004 at 14:29 UTC |