Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Need help with module problem specific to sun-solaris

by tachyon (Chancellor)
on Nov 08, 2002 at 20:17 UTC ( [id://211524]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    push @{$self->{'.parameters'}}, $param;
    
  2. or download this
    # new() hash constructor
    print "Testing: new() hash constructor\n" if $debug;
    $q = new CGI::Simple( { 'foo'=>'1', 'bar'=>[2,3,4] } );
    @av = $q->param;
    ok( (join' ',@av), 'foo bar' );    #68
    
  3. or download this
        elsif ( (ref $init) =~ m/HASH/i ) { # initialize from param hash
            for my $param( keys %{$init} ) {
                $self->_add_param( $param, $init->{$param} );
            }
        }
    

Log In?
Username:
Password:

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

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

    No recent polls found