in reply to Re: How do I tell what variables have been defined?
in thread How do I tell what variables have been defined?
at the top of every Perl script. I always use both of those.#!/usr/bin/perl -w use strict;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: How do I tell what variables have been defined?
by spartacus9 (Beadle) on Oct 01, 2002 at 01:10 UTC |