in reply to Create and edit new scripts
set_language_mode("Perl") insert_string("#!/usr/bin/perl -w") newline() newline() insert_string("use strict;") newline() newline()
It is simple to add an input form to ask for a file name, but I don't need it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Create and edit new scripts
by wazoox (Prior) on Apr 25, 2006 at 19:07 UTC | |
by arkturuz (Curate) on Apr 26, 2006 at 07:47 UTC | |
|
Re^2: Create and edit new scripts
by johngg (Canon) on Apr 25, 2006 at 15:20 UTC | |
by arkturuz (Curate) on Apr 26, 2006 at 07:42 UTC |