Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: variable mystery

by ikegami (Patriarch)
on Nov 29, 2008 at 12:50 UTC ( [id://726778]=note: print w/replies, xml ) Need Help??


in reply to Re: variable mystery
in thread variable mystery

for DOS-based systems, "\n\r" is appropriate.

No.
\n is transformed to \r\n on output.
\r\n is transformed to \n on input.
So "\n" is the appropriate choice for "DOS-based" systems.

>debug file -rcx CX 000A : -d100 la 137B:0100 61 62 63 0D 0A 64 65 66-0D 0A abc..def. +. -q >perl -le"while (<>) { print(unpack('H*', $_)) }" file 6162630a 6465660a

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://726778]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found