Help for this page

Select Code to Download


  1. or download this
    die unless $title eq 'whatever';
    $title = 'whatever';
    
  2. or download this
    if ((defined($title))&&($title ne ""))
            {
                    print "\nTitle filled with ... $title";
                    $mech->field(title => $title);        
            }