Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: CGI Not Returning Parameter that's there

by linuxer (Curate)
on Mar 21, 2009 at 21:10 UTC ( [id://752296]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $function eq 'load' ) {
      # this
    ...
    else {
      # any other stuff or something unexpected?
    }
    
  2. or download this
    my $junk;
    ($junk,my $headsent,my $headword) =  split(/[sw]/,$h);
    
  3. or download this
    # no $junk anymore and no doubled 'my' !
    my ( $headsent, $headword ) = ( split /[sw]/, $h )[1,2];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-18 15:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found