rovf has asked for the wisdom of the Perl Monks concerning the following question:
I'm using a sub which expects as parameter a string describing a layer, such as ':crlf' etc., which it then passes on to open(). My question: What do I have to specify if I don't want to have any particular layer, but just the default behaviour? Is it sufficient to just use the empty string, ''?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to specify the default IO layer?
by ikegami (Patriarch) on May 26, 2009 at 13:18 UTC | |
|
Re: How to specify the default IO layer?
by Tux (Canon) on May 26, 2009 at 13:23 UTC | |
|
Re: How to specify the default IO layer?
by Anonymous Monk on May 26, 2009 at 13:45 UTC | |
|
Re: How to specify the default IO layer?
by rovf (Priest) on May 27, 2009 at 13:50 UTC |