Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Re: X10 and Windows

by moof1138 (Curate)
on Aug 06, 2002 at 02:11 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (11)
As of 2024-04-19 16:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found