Help for this page

Select Code to Download


  1. or download this
    Frank Wright frank@lloyds.com 212-04567-98
    Frank Lloyd Wright frank@wright.com 212-04567-98
    
  2. or download this
    print FILEHANDLENAME join(',',$name,$num,$email),"\n";
    
  3. or download this
    use strict; # This should go at the top of the file
    use warnings; # So should this, to catch errors.
    ...
           print "$_\n";
       }
    }