Help for this page

Select Code to Download


  1. or download this
    use 5.010 'uses //';
    Perl v5.10.0 required (uses //) -- this is only v5.12.1, stopped.
    # No, this doesn't actually work.
    
  2. or download this
    BEGIN { die "// not implemented in Perl $]\n" if $] < 5.010 }
    
  3. or download this
    BEGIN { die "// not implemented in Perl $]\n" if ! eval "undef() // 1"
    + }
    
  4. or download this
    perl5.8 -e'my $x= undef() // 1;'
    Search pattern not terminated ...
    
  5. or download this
    use v5.14 "Your Perl is old. Please don't waste my time. Go away until
    + you upgrade.";