Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

One more time, properly formatted...

by Petruchio (Vicar)
on Jul 18, 2000 at 16:20 UTC ( [id://22975]=note: print w/replies, xml ) Need Help??


in reply to RE: Using backticks with (mount):
in thread Using backticks with (mount):

I was unsure how this cgi formatted posts; apparently I should have included html tags. If only we could preview comments! Let me try again...

I ran your program, and the value I got for $! was "no such file or directory". So I tried this program:

#!/usr/bin/perl

print $!;

Sure enough, same error message. Apparently $! starts off defined; I don't know why, and I'd noticed before. So you might just want to start things off with: undef $!;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (1)
As of 2024-04-24 16:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found