in reply to use strict and -s
Now you can say: object -size=10 -shape=square.#!/usr/bin/perl -ws use strict; use vars qw( $size $shape ); print "A $shape of size $size\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: use strict and -s
by pileswasp (Monk) on Mar 13, 2001 at 01:23 UTC |