Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Using # inside qw()

by Chady (Priest)
on Jul 07, 2001 at 11:22 UTC ( [id://94698]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    #!perl -w
    ...
    # breaks into :
    #  Use of uninitialized value in print at test.pl line 6.
    
  2. or download this
    
    print join ('|', @c);
    
    # results in: # % ( / 3 6 7 @ B C G Q R ^ s t ~
    
  3. or download this
    Possible attempt to put comments in qw() list at test.pl line 4.
    

Log In?
Username:
Password:

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

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

    No recent polls found