Help for this page

Select Code to Download


  1. or download this
    my $a = <STDIN>;
    if($a eq 'y'){
    ...
    }
    
    print "$fname $lname\n"; #Vars are out of scope now, will die under st
    +rict
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    ...
        print OUT "$recno^$qno^$vtext";
      }     
    }