... $mech->follow_link( text => "Add as Friend"); my $page = $mech->content; my $hidden_id = $1 if $page =~ m/\/; my $friend_id = 'http://youtube.com/my_friends_invite_user?friend_id=' .$hidden_id; # print "FRIEND ID: $friend_id\n"; $mech->add_header( Referer => $friend_id ); $mech->form_number(3); my $form = $mech->form_number(3); $form->find_input('friend_id')->readonly(0); $mech->set_fields(friend_id => $hidden_id); $mech->field('group', 'Friends' ); $mech->click_button(name => 'action_invite'); #### Username: wasteo faces Add As: --- Family Friends This person will be able to see the private videos you share with these groups in addition to your public videos.
## Username: wasteo faces Add As: --- Family Friends This person will be able to see the private videos you share with these groups in addition to your public videos.