in reply to Re: Create and edit new scripts
in thread Create and edit new scripts
rather thanuse warnings;
which has the undesirable side-effect to enable warnings in modules you use, and some really can't stand it (CGI.pm for instance).#!/usr/bin/perl -w
set_language_mode( "Perl" ) myperl=shell_command( "which perl" , "" ) insert_string("#!" myperl "\n\nuse strict;\nuse warnings;\n") set_cursor_pos(100)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Create and edit new scripts
by arkturuz (Curate) on Apr 26, 2006 at 07:47 UTC |