Scott Lutz wrote:

> There are Perl development GUI's available, ( I saw one, once in
> passing, way back ), but mostly development is done with a text editor.
> You can go to www.activestate.com and get VisualPerl if you so wish.
> 
> Once you get past the initial first script, a simple 
> %perl program_name.pl
>       or
> %./program_name.pl
> 
> will execute it.
> 
> :O)
> 
> 
> 
> Scott Lutz
> technical support
> Pacific Online
> http://www.paconline.net
<snip>


While VisualPerl might be a GUI way to do it, I personally would 
recommend reading the Perl man pages and then using either a command 
line text editor (such as vi, pico, or emacs (I am using these examples 
because the original msg stated that Mr. Edwin is using RH7.2)) or ktext 
(I think that is what it is called) for writing the script, and just 
tyiping in the appropriate commands to invoke perl and run the script 
(in windows at the command line this is "perl <program name>", not sure 
about Linux). Either way, RTFM is the way to go.


-- 
Dragon Nebula Web Design. It's your universe, take no chances!
http://nebula_web_design.tripod.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to