Help for this page

Select Code to Download


  1. or download this
    @p = 
    (
    ...
            do_stuff() if $f =~ $p;
        }
    }
    
  2. or download this
    while ( $foo =~ /^abc/ && $foo =~ /abc$/ )
    {
        do_stuff();
    }