Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: replacing order element in array

by Not_a_Number (Prior)
on Apr 18, 2007 at 18:41 UTC ( [id://610815]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @one = ( 1234, 5678, 9012 );
    my @two = ( 1234, 7891, 9001, 9002 );
    my $bad = 5678;
    
  2. or download this
    Use of uninitialized value in join or string at junk.pl line 21.
    1234 5678 9012  9002
    

Log In?
Username:
Password:

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

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

    No recent polls found