Help for this page

Select Code to Download


  1. or download this
    1. no strict;  $x = qr/(??{ $x })/;
    2. use strict; our $x = qr/(??{ our $x })/
    3. use strict; our $x = qr/(??{ no strict; $x })/
    4. use strict; our $x; $x = qr/(??{ $x })/
    5. use strict; my $x; $x = qr/(??{ $x })/
    
  2. or download this
    6. use strict; our $x = qr/(??{ $x })/