Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Undefined Value Error Message

by Don Coyote (Hermit)
on Mar 15, 2014 at 14:47 UTC ( [id://1078446]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print header(), start_html;
    my $page = "E:/companyname/website/htdocs/resources/header_1.htm";
    open (PAGE, "$page") || die "Couldn't open $page";
    while (<PAGE>) {print;}
    
  2. or download this
    my $LastName=param('LastName');
    # pattern should match sql field requirement 
    ...
     print invalid page request .html
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found