Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use strict;
    ...
        when (/abc/  ) { print '/abc/'."\n" ;continue}     # no match
        when (qr/abc/  ) { print 'qr/abc/'."\n" ;continue} # smart-match!
    }
    
  2. or download this
    ARRAY(0x8255a70)
    ARRAY
    qr/abc/