Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ie->follow_link (text =>"subForm('UA_Signin','signOff')")|| die"can't
    + find text $!";
    
    # $ie->find_link (url=>"javascript:subForm('UA_Signin','signOff')");
    
  2. or download this
    #$ie->find_link (number=>2);
     # $ie->find_image(image =>"ua/images/button-signoff.gif")|| die"can't
    + find image$!";
      # $ie->find_image(alt =>" ")|| die"can't find image$!";