APM: #! /usr/bin/perl -wT MORE DETAILS

CaptNemo CaptNemo at Austin.rr.com
Thu Oct 19 09:54:45 PDT 2006


Broken version:

user at www:~/public_html/cgi-bin$ head -n 1 dbquery.pl | od -cx
0000000   #   !       /   u   s   r   /   b   i   n   /   p   e   r   l
         2123 2f20 7375 2f72 6962 2f6e 6570 6c72
0000020  \r  \n
         0a0d
0000022




Working version:

user at www:~/public_html/cgi-bin$ head -n 1 dbquery.pl | od -cx
0000000   #   !       /   u   s   r   /   b   i   n   /   p   e   r   l
         2123 2f20 7375 2f72 6962 2f6e 6570 6c72
0000020       -   w   T  \r  \n
         2d20 5477 0a0d
0000026






>I assume you are editing files on windows?

I am using windows AND Vi on linux




More information about the Austin mailing list