in reply to Some automation on Perlscripts?
#!/usr/bin/perl -w ####################### # set Modules to Use; ####################### use strict; use warnings; use CGI qw(:standard); ####################### # Establish variables, arrays, ect. ####################### # do some stuff here ####################### # Begin main body ####################### #do more stuff here ####################### # Functions & Subroutines ####################### #do the detailed work here
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Some automation on Perlscripts?
by matze77 (Friar) on Dec 04, 2008 at 21:24 UTC | |
by linuxer (Curate) on Dec 04, 2008 at 23:36 UTC |