in reply to Variable scope with XML::Parser
Can you see the advice? Be sure to pick something unique, like $p->{"My Options"}.#!/usr/bin/perl use strict; use warnings; use XML::Parser; use Data::Dumper; my $p = XML::Parser->new(); print Dumper($p); $p->{"\0_pong"} = "ping"; die Dumper($p); __END__
|
MJD says you can't just make shit up and expect the computer to know what you mean, retardo! I run a Win32 PPM repository for perl 5.6x+5.8x. I take requests. ** The Third rule of perl club is a statement of fact: pod is sexy. |
|
|---|