Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Small Problem with running Perl Scripts in Windows

by cbro (Pilgrim)
on Jun 16, 2003 at 20:10 UTC ( [id://266277]=note: print w/replies, xml ) Need Help??


in reply to Small Problem with running Perl Scripts in Windows

This is similar to an issue I used to deal with using Turbo C++ for DOS programs. The solution there was a getch() statement, so I suggest doing the same thing. That is, at the end of your script add:
print "Press <Enter> To Continue..."; my $in = <STDIN>;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-23 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found