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

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
It's an invalid file name, so it should return an error indicating such.

Not so.

When you type "" on the command line, the program never sees the "s as they are processed by the command line processor. What the program receives is an empty string.

In a very (perlish) pragmatic manner, the OS chooses to use what would otherwise be a nonsensical value -- to which even an error message of "Illegal filename" would be wrong, because strictly, they haven't supplied any file name -- to have a meta meaning and utilises it.

In this case, it would be nonsensical to dir/stat files matching 'nothing', so it ascribes that value the meta meaning -- a default value -- of 'everything'.(*)

That is no different to many perl built-ins using $_ if they receive no parameters. Or *nix taking a bare ls to mean everything. (The fact that they issue an "No such file or directory" message to ls '' is both strictly wrong; and missing a trick.)

Pure pragmatism of the kind that Perl does so well.

Whilst I could understand -- but disagree with -- a Java programmer saying yuck to such pragmatism, it strikes me as disjoint coming from a Perl aficionado like you.

* It is even logical at the CS level, in that, the empty string is a vaild substring of every possible string.)


With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

RIP Neil Armstrong


In reply to Re^5: true from (-e "") on Windoze (" is an illegal filename character by BrowserUk
in thread true from (-e "") on Windoze by CarolinaPerler

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found