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

Re^3: POE::Wheel::Run & Tk Problems

by rcaputo (Chaplain)
on Aug 05, 2009 at 06:49 UTC ( [id://785991]=note: print w/replies, xml ) Need Help??


in reply to Re^2: POE::Wheel::Run & Tk Problems
in thread POE::Wheel::Run & Tk Problems - Solved

Well, sure. It would be silly for an operating system to be unable to list directory contents. CMD.EXE has a built-in "dir" command, but there is no actual DIR.EXE or DIR.COM program in the version I just checked.

Nevertheless, system() seems able to execute shell built-ins on Windows:

C:\>perl -wle "system('set')" ALLUSERSPROFILE=C:\Documents and Settings\All Users
Whereas this sort of thing fails in UNIX:
% perl -wle 'system "set"' Can't exec "set": No such file or directory at -e line 1.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (1)
As of 2024-04-25 04:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found