Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: What does my @x= (undef)x7; do?

by betterworld (Curate)
on Nov 09, 2015 at 17:53 UTC ( [id://1147267]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    print Dumper \@a;
    modify(@b);
    print Dumper \@b;
    
  2. or download this
    $VAR1 = [
              5,
    ...
              5
            ];
    Modification of a read-only value attempted at script.pl line 12.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-25 10:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found