Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Re: Re: X10 and Windows

by moof1138 (Curate)
on Aug 06, 2002 at 02:11 UTC ( #187892=note: print w/replies, xml ) Need Help??


in reply to Re: Re: X10 and Windows
in thread X10 and Windows

You could try calling system() like this:
system($command) == 0 or warn "System call failed with error # $?";
Or try using backticks:
print `$command`;
Between the two you hopefully should get something useful for diagnostics.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others studying the Monastery: (3)
As of 2023-03-29 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (70 votes). Check out past polls.

    Notices?