Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl on Windows 2000

by flounder99 (Friar)
on Jul 22, 2003 at 15:57 UTC ( [id://276786]=note: print w/replies, xml ) Need Help??


in reply to Perl on Windows 2000

Everyone else has given you some great sources of information. I just wanted to give you a few practial gotchas I've run into.
  • Forgetting binmode on binary files on windows. Get in the habit of using binmode on binary files even on *nix
  • Using backslashes in paths (when porting from windows to *nix) forward slashes work fine on windows but some windows-only developers (read VB) tend to use backslashes
  • Globbing (or the lack of on windows) in the command line. Windows shell will hand you "*.txt" from the command line.
  • File permission problems (when porting a program from a VB programmer who does not understand them to *nix)
  • Problems on windows when trying to open filehandles to/from pipes. Again it is a limitation of the windows shells

--

flounder

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-24 10:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found