Re: Some Extremely Clueless Questions!

2001-09-02 Thread baby lakshmi
Hello Leonard, If u r goin to use notepad as the editor just use path c:\perl\bin if u want to use the dos editor use the following command. path c:\windows\command;c:\perl\bin; HTW Regards Babylakshmi M >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Some Extremely Clueless Questions!

Re: Some Extremely Clueless Questions!

2001-08-05 Thread Birgit Kellner
--On Sonntag, 05. August 2001 21:03 -0400 Bompa <[EMAIL PROTECTED]> wrote: > > NoteTab - http://www.notetab.com > Seamless support for Perl and Gawk scripts (only commercial > versions). Just for the record: this used to be true for earlier versions of NoteTab. Curren

Re: Some Extremely Clueless Questions!

2001-08-05 Thread Bompa
It's the shebang that *I* have to change each time I upload a perl script from Windows to unix. What happens when you try to run a script? [EMAIL PROTECTED] wrote: > > Hello, > > I'm learning Perl for work, where the OS is Unix, but I'd like to practice at > home, where I'm using Windows

Re: Some Extremely Clueless Questions!

2001-08-05 Thread Bompa
>From the Activestate documentaion, here's a list editors: What editors are available for Windows? Windows comes with two editors that are great for editing Perl, NotePad and WordPad. But, if you need more features for ease of editing, here is a list of free and commercial editors: BBEdi

Re: Some Extremely Clueless Questions!

2001-08-05 Thread Latkins333
Dean, Thank you very much for your detailed advice, and thanks to everyone who offered advice. Very helpful. I have gotten this working and can now start asking clueless questions about Perl itself. :-) Len ** In a message dated 8/5/01 2:12:19 PM Pacific Daylight Time, [EMAIL

RE: Some Extremely Clueless Questions!

2001-08-05 Thread Dean Theophilou
Hello: Your questions are not necessarily clueless. I had to do a lot of digging to find out the information detailed below. And before someone screams RTFM, I'll continue... Don't use Word. Go here http://www.perlmonks.org/index.pl?node=Outside%20Links and download a few edit

RE: Some Extremely Clueless Questions!

2001-08-05 Thread Birgit Kellner
> On Sunday 05 August 2001 8:01 am, [EMAIL PROTECTED] wrote: >> Hello, >> 1) How exactly do I edit a script? In Word and then change it to a .pl >> file? Do I have to change file types back and forth every time I change >> the script? >> A program that I found quite useful for writing and edi