Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: everyauction script error bidding errors

by mkmcconn (Chaplain)
on Jun 21, 2005 at 22:08 UTC ( [id://468830]=note: print w/replies, xml ) Need Help??


in reply to Re^2: everyauction script error bidding errors
in thread everyauction script error bidding errors

Try ...

if (@bids > 1){ for my $bid (1..$#bids){ my ($alias, $email, $bid, $time, $add1, $add2, $add3) = read_bid($ +bids[$bid]); } }

As noted elsewhere, your sort on a scalar will not do what you are trying to do, since sort() works on a LIST.
mkmcconn
edit: fix artifacts in code copied from elsewhere.

Log In?
Username:
Password:

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

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

    No recent polls found