Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

More Misleading Compiler Error Messages

by QM (Parson)
on Aug 01, 2006 at 22:49 UTC ( [id://565098]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -c ag2gen.pl
    "my" variable $i masks earlier declaration in same statement at ag2gen
    +.pl line 1391.
    ...
    "my" variable $j masks earlier declaration in same statement at ag2gen
    +.pl line 1394.
    syntax error at ag2gen.pl line 1389, near "2]"
    ag2gen.pl had compilation errors.
    
  2. or download this
    1389: for my $i (0..@test_order-2])
    1390: {
    ...
    1392:   {
    1393:     unless ( ( $test_order[$i] eq $test_order[$j] )
    1394:       or exists($test_order{"$test_order[$i]\t$test_order[$j]"} 
    +) )
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://565098]
Approved by GrandFather
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: (3)
As of 2024-04-20 01:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found