Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Perl CGI.PM: Use of uninitialized value $vals

by kcott (Archbishop)
on Apr 30, 2018 at 08:52 UTC ( [id://1213797]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -wE 'my $vals; my $y = index($vals, "x")'
    Use of uninitialized value $vals in index at -e line 1.
    $ perl -wE 'my $vals; my $y = index("x", $vals)'
    Use of uninitialized value $vals in index at -e line 1.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found