Help for this page

Select Code to Download


  1. or download this
    my $starter = qr{    s    }xsm;  # starts with this string
    my $never   = qr{    s    }xsm;  # never starts with this string
    ...
    wibble wobble
    e p
    End of file
    
  2. or download this
    Random String
    s
    ...
    e f
    blah blah
    End of file