in reply to Vexed $Package::Var Usage
Update: check perlboot and perltoot for an introduction on writing package, since yours is VERY basic :)package Blah; my $a = 3; 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Vexed $Package::Var Usage
by chromatic (Archbishop) on Dec 17, 2001 at 04:49 UTC | |
by Beatnik (Parson) on Dec 17, 2001 at 04:55 UTC | |
|
Re: Re: Vexed $Package::Var Usage
by Anonymous Monk on Dec 17, 2001 at 03:54 UTC |