Re: Error: Can't call method "x" without a package or object reference...

2009-03-23 Thread M. Coiffure
Original-Nachricht > Datum: Mon, 16 Mar 2009 12:41:01 -0400 > Von: "Chas. Owens" > An: Jim Gibson > CC: beginners@perl.org > Betreff: Re: Error: Can\'t call method "x" without a package or object > reference... > On Mon, Mar 16, 2009 at 12:23, Jim Gibson wrote: > snip

Re: Error: Can't call method "x" without a package or object reference...

2009-03-16 Thread Chas. Owens
On Mon, Mar 16, 2009 at 12:23, Jim Gibson wrote: snip >> Can't call method "x" without a package or object reference at test.pl line >> 12 >> line 1 snip >> $ent{$1} = \x{$2}; snip > Without seeing all of your data, it is impossible to tell what actually went > wrong. Possibly the next line afte

Re: Error: Can't call method "x" without a package or object reference...

2009-03-16 Thread Jim Gibson
On 3/14/09 Sat Mar 14, 2009 5:28 AM, "M. Coiffure" scribbled: > Hi all > > I'm getting this error on the following (test) script: > > Can't call method "x" without a package or object reference at test.pl line 12 > line 1 > > What I want to do is create a HashMap where the keys are names of

Re: Error: Can't call method "x" without a package or object reference...

2009-03-14 Thread Chas. Owens
On Sat, Mar 14, 2009 at 08:28, M. Coiffure wrote: > Hi all > > I'm getting this error on the following (test) script: > > Can't call method "x" without a package or object reference at test.pl line > 12 line 1 snip >        $ent{$1} = \x{$2}; snip The \x{hex value} literal syntax only works in