Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Perl Editor for Windows

by damian1301 (Curate)
on Jan 27, 2001 at 22:22 UTC ( [id://54765]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl Editor for Windows
in thread Perl Editor for Windows

But there are some flaws with using a Perl editor. One of the most obvious is that you can't use a one-liner (perl -e"print'Hey';") inside of any editor because it will give you those annoying Bareword errors. Another flaw is that it will not run if the script uses <STDIN>. It won't wait for you to type anything thus the even more annoying Use of uninitialized value error. So to bypass all of this mumbo-jumbo you have these handy.

1. Your favorite editor that does not use STDIN but instead uses HTML forms to get input.
2. Know how to use MS-DOS prompt so that way you can take advantage of the wonderful input system easily designed for Perl
3. An online connection that can connect to PM anytime you want :)

Wanna be perl hacker.
Dave AKA damian

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-25 11:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found