Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: unlink fails to delete files with perculiar names

by salva (Canon)
on Nov 22, 2011 at 09:45 UTC ( [id://939407]=note: print w/replies, xml ) Need Help??


in reply to Re^3: unlink fails to delete files with perculiar names
in thread unlink fails to delete files with perculiar names

The only effect of putting some var inside quotes is to convert it into an string but Perl already does that for your implicitly most of the times.

It only makes a difference in those rare cases where the internal representation of the variable determines what to do. For instance, the given construction in Perl 5.10 uses different comparisons when the internal representation of the scalar is a number or a string (and it is currently considered broken because of that).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found