Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Confusing warning with if/elsif/else

by gumpu (Friar)
on Dec 08, 2005 at 10:02 UTC ( [id://515186]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    } else {
    
    }
    
  2. or download this
        Use of uninitialized value in pattern match (m//) at ff.pl line 8
    
  3. or download this
    if ( $a =~ m/aa/ ) {
    
  4. or download this
    elsif ( $c =~ m/aa/ ) {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found