Web-Simple

 view release on metacpan or  search on metacpan

lib/Web/Simple/AntiquatedPerl.pod  view on Meta::CPAN

  ----
    do {
      local (@ARGV, $/) = $file;
      <>
    }
  ----
  strict
  and
  warnings
  ----
    strict->import
  ----
  affects
  compilation
  scope
  ----
    sub strict_and_warnings::import {
      strict->import;
      warnings->import;
    }
  ----
    use strict_and_warnings;
  ----
  $^H
  %^H
  ----
    $^H |= 0x20000;
    $^H{'foo'}



( run in 0.469 second using v1.01-cache-2.11-cpan-299005ec8e3 )