Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

(crazyinsomniac: perlref) Re: Problem with a Ref to a global variable while using XML::Parser

by crazyinsomniac (Prior)
on May 29, 2002 at 00:24 UTC ( [id://169943]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print c => $ppp[1]->{c};
    print c => $ppp[2]->{c};
    
  2. or download this
    use strict;
    $\="\n";
    ...
    my %b = %f;
    print \%b;
    print they => are => not => equal => chr(33) if \%b ne \%f ;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://169943]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-19 15:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found