Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Using FreezeThaw correctly?

by Rhys (Pilgrim)
on Sep 21, 2004 at 00:55 UTC ( [id://392541]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use FreezeThaw qw(cmpStr cmpStrHard);
    %a = %b = ( "this" => "that", "extra" => [ "more", "stuff" ] );
    ...
    The first reports that both those the hashes contain the
    same data, while the second reports that they do not.
    Which you prefer is left as an exercise to the reader.
    
  2. or download this
    is(  cmpStrHard(\%crosslinks, \%crosslinkscorrect),
         '0',
         "cmpStrHard"
      );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-26 02:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found