Another PERL question

He has: 1,380 posts

Joined: Feb 2002

lol...is there a way i can put text inside a PERL code?
(this relates to my previous data snooping code)

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

As a comment? To print?

# comments are preceeded by the number sign/pound sign
# like this

if { # or like this
something
}

# end of whatever

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.