Help for this page

Select Code to Download


  1. or download this
    my ($nobrackets) = (qr/[^\{^\}]+/);
    &replace(qr/\{$nobrackets\}/,'$1') #This line is changed below.
    ...
    sub replace{
    s/$_[1]/$_[2]/g
    }
    
  2. or download this
    my ($nobrackets) = (qr/[^\{^\}]+/);
    &replace(qr/\{$nobrackets\}/,"$1") #Using qq// instead of q//.
    ...
    sub replace{
    s/$_[1]/$_[2]/g
    }
    
  3. or download this
    #!/usr/bin/perl
    $_='{\selectlanguage{english}
    ...
    s/\{($nobrackets)\}/($1)/g;
     print "Pass $pass:\n\n". qq{$_}."\n\n\n";
    }
    
  4. or download this
    Pass 1:
    
    ...
    Which of the following expresses the value of the total current
    ) startitalic (I) enditalic startitalic ( startsubscript T endsubscrip
    +t) endital
    ic(in the system made up of the three resistors in series?)).