in reply to RE: Re: Converting Unix to NT
in thread Converting Unix to NT
and so forth. If you're familiar with scoping rules in another language, you'll find that Perl is pretty similar.#!/usr/bin/perl -wT # or #!c:/perl/bin/perl -wT use strict; my $q; my $sess_id; my $usr_name; my $password;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (tilly) 4: Converting Unix to NT
by tilly (Archbishop) on Aug 24, 2000 at 04:46 UTC |