Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Please help me with the output

by quester (Vicar)
on Jan 14, 2012 at 06:39 UTC ( [id://947864]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl 947860.pl
    Global symbol "$letter" requires explicit package name at 947860.pl li
    +ne 5.
    ...
    
    BEGIN not safe after errors--compilation aborted at /usr/lib/perl5/5.1
    +0/Carp/Heavy.pm line 11.
    Compilation failed in require at /usr/lib/perl5/5.10/Carp.pm line 33.
    
  2. or download this
    use strict;
    use warnings;
    ...
    sub addtwo {
    $letter +=2;
    }
    
  3. or download this
    Argument "b" isn't numeric in addition (+) at 947860a.pl line 10 (#1)
        (W numeric) The indicated string was fed as an argument to an oper
    +ator
    ...
        will identify which operator was so unfortunate.
    
    4
    
  4. or download this
    use strict;
    use warnings;
    ...
        $letter++;
        $letter++;
    }
    
  5. or download this
    f
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-24 21:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found