Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: "Useless use of private variable in void context"

by BrowserUk (Patriarch)
on Jun 20, 2003 at 21:35 UTC ( [id://267720]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    D:\Perl\test>test
    Useless use of length in void context at D:\Perl\test\test.pl8 line 7.
    Useless use of private variable in void context at D:\Perl\test\test.p
    +l8 line 9.
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    D:\Perl\test>test
    Useless use of private variable in void context at D:\Perl\test\test.p
    +l8 line 7.
    Useless use of length in void context at D:\Perl\test\test.pl8 line 9.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2024-04-20 03:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found