Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: Sorting an array of hashes

by BKB (Novice)
on Mar 27, 2008 at 10:46 UTC ( [id://676685]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl arraydelete.pl
    Use of uninitialized value within @x in print at arraydelete.pl line 6
    +.
    1245
    
  2. or download this
    #! perl
    use warnings;
    ...
    my @x = (1,2,3,4,5);
    delete $x[2];
    for (0..4) { print $x[$_] if exists ($x[$_]) }
    
  3. or download this
    perl arraydelete.pl
    1245
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 07:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found