Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            (Missing operator before \?)
    syntax error at test.pl line 9, near "Page\"
    Search pattern not terminated at test.pl line 9.
    
  2. or download this
    use strict;
    use warnings;
    ...
    __OUTPUT__
    Unmatched ( in regex; marked by <-- HERE in m/Page&nbsp;1&nbsp;of&nbsp
    +;( <-- HER
    E / at test.pl line 9.
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    __OUTPUT__
    Number of Pages = 5
    
  4. or download this
    $string =~ m/regexp goes here/