Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

diagnostics.pm

by damian1301 (Curate)
on Feb 08, 2001 at 04:57 UTC ( [id://57103]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use diagnostics;
    my ($q,$w) = 1,2;
    
  2. or download this
    
    Useless use of a constant in void context at c:\windows\TEMP\DzTemp.pl
    + line 3 (#1)
    ...
    comma is treated like C's comma operator, which
    throws away the left argument, which is not what you want.  
    See perlref for more on this.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-16 22:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found