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

Re^2: Good Perl book?

by Athanasius (Archbishop)
on Feb 11, 2017 at 02:45 UTC ( [id://1181726]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in concatenation (.) or string at first.pl 
    +line 5.
    
  2. or download this
    foreach my $num (@arr) {
            print "Index is: $num. Value is: $arr[$num] ";
    }
    
  3. or download this
    foreach my $num (@arr) {
            print "Index is: $num. Value is: $arr[$num - 1] ";    # Subtra
    +ct 1 from the index
    }
    
  4. or download this
    for($num = 0; $num<= $#arr;$num++) {
    
  5. or download this
    for (my $num = 0; ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 08:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found