Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    } else {
    
    }
    
  2. or download this
        Use of uninitialized value in pattern match (m//) at ff.pl line 8
    
  3. or download this
    if ( $a =~ m/aa/ ) {
    
  4. or download this
    elsif ( $c =~ m/aa/ ) {