Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: Mechanize, Forms, Links, problem from Javascript?

by goodepic (Initiate)
on Jun 24, 2008 at 22:47 UTC ( [id://693843]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $br->post('http://sipp.pu.go.id/sipp2005/form_A3.php',
             ['ses_id' => 'sid',
    ...
    
    my $resp = $br->content();
    
  2. or download this
    $form  = $br->form_name('sipp');
    my $input = $form->find_input('proyektemp');
    my @pt_values = $input->possible_values;
    my @pt_names =  $input->value_names;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-24 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found