Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print $string[$i], " ";
      }
    }
    
  2. or download this
    sub rev {
    
    ...
    $phr =~ s/\s+(w+)\s+(w+)/$2\s+$1;
    print "$phr\n";
    }
    
  3. or download this
    sub initargs {
    
    $phr;
    }