Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl Switch Errors on certain version

by serf (Chaplain)
on Nov 29, 2005 at 11:57 UTC ( [id://512595]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $subkey eq 1 ) {
    ...
    ...
    ...
    }
    ...
    
  2. or download this
    elsif($new1 == /1/){
    
  3. or download this
    elsif($new1 == /9/){
    
  4. or download this
    elsif($new1 =~ /1/){
    
  5. or download this
    elsif($new1 eq 1){
    
  6. or download this
    #!/usr/bin/perl -w
    
    ...
        print "=" x 10, $/;
    
    }
    
  7. or download this
    if ( $new1 == /1/ )
    
  8. or download this
    Use of uninitialized value in pattern match (m//) at ./try.pl line 8.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 11:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found