Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

%+ and cloning

by PetaMem (Priest)
on Jan 11, 2010 at 11:01 UTC ( [id://816700]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "match:  $match\n",  Dumper($match);
    print "match2: $match2\n", Dumper($match2);
    
  2. or download this
    my %test = (
        hula => 1,
    ...
    
    print "test:  $testclone\n",  Dumper($testclone);
    print "test2: $testclone2\n", Dumper($testclone2);
    
  3. or download this
     $ perl -V
    Summary of my perl5 (revision 5 version 10 subversion 1) configuration
    +:
    ...
        useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=und
    +ef
        use64bitint=define, use64bitall=define, uselongdouble=undef
        usemymalloc=n, bincompat5005=undef
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-23 13:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found