Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Another commenting question,

by DeusVult (Scribe)
on Mar 17, 2001 at 00:24 UTC ( [id://65016]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ###########################################################
    #
    ...
    #   Its cool.
    #
    ###########################################################
    
  2. or download this
    #
    #   This is a less intrusive way of setting off a long
    ...
    #   code block.  I also usually include a blank line at
    #   the end for spacing.
    #
    
  3. or download this
    use strict; #always
    my $this_is_ a_variable_name #does this comment stand out?
    my $x; #how about this one?
    my $what_is_going_on #where will the next comment be?
    
  4. or download this
    use strict;                  # always
    my $this_is_a_variable_name; # does this comment stand out?
    my $x;                       # how about this one?
    my $what_is_going_on;        # where will the next comment be?
    
  5. or download this
    $x++;  # increment $x
    
  6. or download this
    $x++;  # keep track of how many users have logged in
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found