nite_man has asked for the wisdom of the Perl Monks concerning the following question:
Please, tell me, does it have a sense and, if yes, when?#!/usr/bin/perl -w use strict; package One; sub one { #do something } package Two; sub two { #do something } package Three; sub three { #do something }
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using a package into script
by broquaint (Abbot) on May 07, 2003 at 13:31 UTC | |
by nite_man (Deacon) on May 07, 2003 at 13:49 UTC | |
by broquaint (Abbot) on May 07, 2003 at 14:01 UTC | |
|
Re: Using a package into script
by cfreak (Chaplain) on May 07, 2003 at 13:36 UTC |