Help for this page

Select Code to Download


  1. or download this
    my @bad = qw(fork smurf);
    my $regex = join('|', @bad);
    ...
            push( @witty_quotes,  substr( $_, 5) );
        } else { next };
    }
    
  2. or download this
    use strict;
    
    ...
            push( @witty_quotes,  $1);
        }
    }