Help for this page

Select Code to Download


  1. or download this
    ###.###.####
    (###) ###-####
    ...
    ###.####
    ###-####
    ......
    
  2. or download this
    open(FILE "file.txt") or die "oops $!";
    my @data = <FILE>;
    ...
    foreach(@list){
    print "$_\n";
    }