Help for this page

Select Code to Download


  1. or download this
    sub reform {
      my $line = shift;
      my @toret;
    ...
    
      return join("",@toret);
    }
    
  2. or download this
    adrade@antigone:~$ perl -e 'print ucfirst("il"),"\n"'
    Il
    ...
    Hello
    adrade@antigone:~$ perl -e 'use ref; print reform("Mrs"),"\n"'
    Mrs.