Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Re: bugs...

by tachyon (Chancellor)
on Mar 15, 2002 at 13:00 UTC ( [id://151970]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @retval;
    print "the last index of \@retval is $#retval\n";
    ...
    push @retval, 'another value';
    print "the last index of \@retval is $#retval\n";
    print "the number of *elements* in \@retval is ", scalar @retval, "\n"
    +;
    
  2. or download this
    package Item;
    use Data::Dumper;
    ...
    item 1,10
    item 2,20
    item 3,30
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-18 02:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found