Help for this page

Select Code to Download


  1. or download this
    sub run_tests{
    
      my $browser = shift;
      print "The sub 'run_test' received [$browser] as parameter\n";
    
  2. or download this
      print "The sub 'run_test' received [$browser] as parameter\n"   if  
    + $debug;